コード例 #1
0
ファイル: Local.php プロジェクト: shabbyrobe/amiss
 public function __construct($localName = 'meta')
 {
     parent::__construct();
     $this->localName = $localName;
 }
コード例 #2
0
ファイル: Note.php プロジェクト: shabbyrobe/amiss
 public function __construct($cache = null, $parser = null)
 {
     parent::__construct();
     $this->parser = $parser;
     $this->cache = $cache;
 }