Illuminate\Support\Facades\Facade::getFacadeAccessor PHP 메소드

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

Get the registered name of the component.
protected static getFacadeAccessor ( ) : string
리턴 string
    protected static function getFacadeAccessor()
    {
        throw new RuntimeException('Facade does not implement getFacadeAccessor method.');
    }