Ejemplo n.º 1
0
 public function __construct($data = null)
 {
     parent::__construct(array('author', 'title', 'coverPicture', 'affiliateUrl', 'description'), $data);
 }
Ejemplo n.º 2
0
 public function __construct($data = null)
 {
     parent::__construct(array('author', 'title', 'text'), $data);
 }