/** * Constructor. */ public function __construct($mixed = null) { parent::__construct($mixed); }
/** * Loads author data from the object passed in */ public function load($mixed) { parent::load($mixed); if (isset($this->name)) { $this->nameSet($this->name); } }
/** * Constructor. */ public function __construct($mixed = null) { parent::__construct($mixed); $this->search_params = null; }
public function __construct($mixed = NULL) { $this->paper = 'no paper'; $this->web_links = array(); parent::__construct($mixed); }