Example #1
0
 /**
  * Create profile
  *
  * @return boolean
  */
 protected function performActionCreate()
 {
     return $this->checkProfileData() ? parent::performActionCreate() : false;
 }