Example #1
0
File: Tag.php Project: kstep/pnut
 public function setAutoCreate($value = true)
 {
     self::$_auto_create = (bool) $value;
 }