Themosis\Facades\View::getFacadeAccessor PHP 메소드

getFacadeAccessor() 보호된 정적인 메소드

The key must be the same as the one used when registering the service provider.
protected static getFacadeAccessor ( ) : string
리턴 string
    protected static function getFacadeAccessor()
    {
        return 'view';
    }