Ansel_Gallery_Decorator_Date::getParent PHP Méthode

getParent() public méthode

Returns a child's direct parent
public getParent ( ) : Ansel_Gallery
Résultat Ansel_Gallery The direct parent Horde_Share_Object
    public function getParent()
    {
        return $this->_gallery->getParent($this);
    }