PHP 클래스 BaseModel

상속: extends Eloquent
파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
get ( string $reference ) : object Gets a service by id.
getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
has ( string $reference ) : boolean Returns true if the service id is defined.
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )

메소드 상세

get() 공개 정적인 메소드

Gets a service by id.
public static get ( string $reference ) : object
$reference string The service id
리턴 object The service

getContainer() 공개 정적인 메소드

public static getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
리턴 Symfony\Component\DependencyInjection\ContainerInterface

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

setContainer() 공개 정적인 메소드

public static setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface