Public Member Functions | |
init () | |
getRequestedAttributes () | |
getContent ($path) | |
getStartPage ($folderPath, $locale) | |
contentFile ($path) | |
![]() | |
getRepositoryApi () |
Public Attributes | |
$cacheFolder | |
![]() | |
$usePersonalisation | |
$personalisationFields = array() |
Additional Inherited Members | |
![]() | |
static | fileAccessible ($filePath, $folder) |
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales @gen tics. comhttp://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
Class for loading content from Dynamic Content Renderer
Definition at line 12 of file DynamicContentSource.php.
DynamicContentSource::contentFile | ( | $path | ) |
Get content file location
string | $path | content path |
Reimplemented from ContentSource.
Definition at line 193 of file DynamicContentSource.php.
DynamicContentSource::getContent | ( | $path | ) |
Get content absolute path. Checking if we have newest version on content, if yes return, else download and store
string | $path | content path |
Reimplemented from ContentSource.
Definition at line 60 of file DynamicContentSource.php.
DynamicContentSource::getRequestedAttributes | ( | ) |
Return array of attributes which will be requested from API
Reimplemented from ContentSource.
Definition at line 34 of file DynamicContentSource.php.
DynamicContentSource::init | ( | ) |