Kronolith_Calendar::owner PHP Метод

owner() публичный Метод

Returns the owner of this calendar.
public owner ( ) : string
Результат string This calendar's owner.
    public function owner()
    {
        return $GLOBALS['registry']->getAuth();
    }