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();
    }