Пример #1
0
Файл: Tag.php Проект: kstep/pnut
 public function setAutoCreate($value = true)
 {
     self::$_auto_create = (bool) $value;
 }