コード例 #1
0
ファイル: Cite.php プロジェクト: agilesdesign/Element
 public function __construct($title)
 {
     parent::construct();
     parent::setAttribute((new Attribute('title'))->append($title));
 }