Example #1
0
 /**
  * Constructor
  * @param string
  */
 public function __construct($title = '')
 {
     parent::__construct();
     $this->title = $title;
 }
Example #2
0
 /**
  * Constructor
  * @param string $name author name
  */
 public function __construct($name = '')
 {
     parent::__construct();
     $this->name = $name;
 }