BaseModel::has PHP 메소드

has() 공개 정적인 메소드

Returns true if the service id is defined.
public static has ( string $reference ) : boolean
$reference string The service id
리턴 boolean true if the service id is defined, false otherwise
    public static function has($reference)
    {
        return self::$container->has($reference);
    }