コード例 #1
0
 public function actionCollection()
 {
     $this->title = 'Collection';
     $this->caption = 'Links collection';
     $this->layout = 'slider';
     $this->render('collection', ['thumbs' => BaseParser::parseIni('collection')]);
 }
コード例 #2
0
ファイル: class.HTMLParser.php プロジェクト: biwax/OVOMA
 protected function getMenuText()
 {
     $doc = parent::getDOMDocument();
     return $this->parseHTML($doc);
 }
コード例 #3
0
ファイル: BaseParserTest.php プロジェクト: vitkovskii/jte
 public function getCurrentChar()
 {
     return parent::getCurrentChar();
 }
コード例 #4
0
ファイル: Parser.php プロジェクト: fr-esco/php-dice
 public function parse($input, $config = [], $scope = null)
 {
     ScopeProvider::setClassName($scope);
     ScopeProvider::setConfig($config);
     return parent::parse($input);
 }