예제 #1
0
파일: event.php 프로젝트: bizanto/Hooked
 /**
  * Binds an array into this object's property
  *
  * @access	public
  * @param	$data	mixed	An associative array or object
  **/
 public function bind($data)
 {
     $status = parent::bind($data);
     $this->_fixDates();
     return $status;
 }