예제 #1
0
파일: VerseImpl.php 프로젝트: ilivanoff/www
 public function __construct($poetIdent, FoldedInfoTpl $verseTpl)
 {
     parent::__construct($poetIdent, $verseTpl->getDirItem()->getNameNoExt());
     $this->infoTpl = $verseTpl;
 }