PHP 클래스 Redaxscript\View\ViewAbstract

부터: 3.0.0
저자: Henry Ruhs
상속: implements Redaxscript\View\ViewInterface
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

프로퍼티 타입 설명
$_language object instance of the language class
$_registry object instance of the registry class

공개 메소드들

메소드 설명
__construct ( Registry $registry, Language $language ) constructor of the class

메소드 상세

__construct() 공개 메소드

constructor of the class
부터: 3.0.0
public __construct ( Registry $registry, Language $language )
$registry Redaxscript\Registry instance of the registry class
$language Redaxscript\Language instance of the language class

프로퍼티 상세

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

instance of the language class
protected object $_language
리턴 object

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

instance of the registry class
protected object $_registry
리턴 object