예제 #1
0
 public function __construct($title)
 {
     parent::construct();
     parent::setAttribute((new Attribute('title'))->append($title));
 }