Public Member Functions | |
getRequestedAttributes () | |
init () | |
getContent ($path) | |
getStartPage ($folderPath, $locale) | |
contentFile ($path) | |
![]() | |
getRepositoryApi () |
Public Attributes | |
$contentFolder | |
![]() | |
$usePersonalisation | |
$personalisationFields = array() |
Additional Inherited Members | |
![]() | |
static | fileAccessible ($filePath, $folder) |
Definition at line 14 of file FileSystemContentSource.php.
FileSystemContentSource::contentFile | ( | $path | ) |
Get content file location
string | $path | content path |
Reimplemented from ContentSource.
Definition at line 75 of file FileSystemContentSource.php.
Referenced by getContent().
FileSystemContentSource::getContent | ( | $path | ) |
Get content absolute path.
string | $path | content path |
Reimplemented from ContentSource.
Definition at line 53 of file FileSystemContentSource.php.
References contentFile(), and ContentSource\fileAccessible().
FileSystemContentSource::getRequestedAttributes | ( | ) |
Return array of attributes which will be requested from API
Reimplemented from ContentSource.
Definition at line 27 of file FileSystemContentSource.php.
FileSystemContentSource::init | ( | ) |
Component initial function
Definition at line 41 of file FileSystemContentSource.php.