Example #1
0
 public function actionCollection()
 {
     $this->title = 'Collection';
     $this->caption = 'Links collection';
     $this->layout = 'slider';
     $this->render('collection', ['thumbs' => BaseParser::parseIni('collection')]);
 }
Example #2
0
 protected function getMenuText()
 {
     $doc = parent::getDOMDocument();
     return $this->parseHTML($doc);
 }
Example #3
0
 public function getCurrentChar()
 {
     return parent::getCurrentChar();
 }
Example #4
0
 public function parse($input, $config = [], $scope = null)
 {
     ScopeProvider::setClassName($scope);
     ScopeProvider::setConfig($config);
     return parent::parse($input);
 }