PHP 클래스 FOF30\Layout\LayoutFile

This class searches for Joomla! version override Layouts. For example, if you have run this under Joomla! 3.0 and you try to load mylayout.default it will automatically search for the layout files default.j30.php, default.j3.php and default.php, in this order.
상속: extends JLayoutFil\JLayoutFile
파일 보기 프로젝트 열기: akeeba/fof 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$container The component container

보호된 메소드들

메소드 설명
getPath ( ) : string Method to finds the full real file path, checking possible overrides

메소드 상세

getPath() 보호된 메소드

Method to finds the full real file path, checking possible overrides
protected getPath ( ) : string
리턴 string The full path to the layout file

프로퍼티 상세

$container 공개적으로 프로퍼티

The component container
public $container