PHP 클래스 Contao\DcaLoader

The class loads the DCA files of a certain table and stores a combined version in the cache directory. Usage: $dca = new DcaLoader('tl_user'); $dca->load();
상속: extends Controller
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$strTable string Table name

공개 메소드들

메소드 설명
__construct ( string $strTable ) Store the table name
load ( boolean $blnNoCache = false ) Load a set of DCA files

메소드 상세

__construct() 공개 메소드

Store the table name
public __construct ( string $strTable )
$strTable string The table name

load() 공개 메소드

Load a set of DCA files
public load ( boolean $blnNoCache = false )
$blnNoCache boolean If true, the cache will be bypassed

프로퍼티 상세

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

Table name
protected string $strTable
리턴 string