コード例 #1
0
 public function getErrors($attribute = null)
 {
     if ($attribute != null) {
         return parent::getErrors($attribute);
     }
     return CMap::mergeArray(parent::getErrors(), $this->content->getErrors());
 }