Example #1
0
 /**
  * Set whether there are class actions in the case as the horse is not a class definition of table
  *
  * @param boolean $isAllow
  * @return void
  */
 public static function allowVirtual($isAllow)
 {
     self::$_allowVirtual = $isAllow;
 }