20 public $usePersonalisation;
28 public $personalisationFields = array();
39 public abstract function getStartPage($folderPath, $locale);
69 if ($realPath = realpath($filePath)) {
70 return strpos($realPath, realpath($folder)) === 0;
83 return Yii::app()->repositoryApi;