BaseModel::getContainer PHP 메소드

getContainer() 공개 정적인 메소드

public static getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
리턴 Symfony\Component\DependencyInjection\ContainerInterface
    public static function getContainer()
    {
        return self::$container;
    }