Example #1
0
 /**
  * Gets whether this model has localized fields
  * @return boolean True when there are localized fields, false otherwise
  */
 public function isLocalized()
 {
     return $this->table->isLocalized();
 }