Kronolith_Calendar::owner PHP Method

owner() public method

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