PHP 클래스 Frontend\Core\Engine\Base\Object

저자: Tijs Verkoyen ([email protected])
저자: Dave Lens ([email protected])
상속: extends KernelLoader
파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$URL Frontend\Core\Engine\Url URL instance
$tpl Frontend\Core\Engine\TwigTemplate TwigTemplate instance

공개 메소드들

메소드 설명
__construct ( Symfony\Component\HttpKernel\KernelInterface $kernel ) It will grab stuff from the reference.

메소드 상세

__construct() 공개 메소드

It will grab stuff from the reference.
public __construct ( Symfony\Component\HttpKernel\KernelInterface $kernel )
$kernel Symfony\Component\HttpKernel\KernelInterface

프로퍼티 상세

$URL 보호되어 있는 프로퍼티

URL instance
protected Url,Frontend\Core\Engine $URL
리턴 Frontend\Core\Engine\Url

$tpl 보호되어 있는 프로퍼티

TwigTemplate instance
protected TwigTemplate,Frontend\Core\Engine $tpl
리턴 Frontend\Core\Engine\TwigTemplate