示例#1
0
文件: Tag.php 项目: kstep/pnut
 public function setAutoCreate($value = true)
 {
     self::$_auto_create = (bool) $value;
 }