예제 #1
0
파일: Tag.php 프로젝트: kstep/pnut
 public function setAutoCreate($value = true)
 {
     self::$_auto_create = (bool) $value;
 }