Kronolith_Calendar::owner PHP Méthode

owner() public méthode

Returns the owner of this calendar.
public owner ( ) : string
Résultat string This calendar's owner.
    public function owner()
    {
        return $GLOBALS['registry']->getAuth();
    }