Back to CollectionAdapter class

Method _getParent

protected string
_getParent
()
Get the parent tag
Returns
  • string parent
Since
  • 1.7.0

Method _getParent - Source code

/**
 * Get the parent tag
 *
 * @return  string   parent
 *
 * @since   1.7.0
 */
protected function _getParent()
{
    return end($this->parent);
}