예제 #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;
 }