Prado\TApplicationComponent::getUser PHP 메소드

getUser() 공개 메소드

public getUser ( ) : IUser
리턴 IUser information about the current user
    public function getUser()
    {
        return Prado::getApplication()->getUser();
    }