Exemplo n.º 1
0
 private function __clone()
 {
     throw ModelException('The Redis Model can\'t be cloned');
 }
Exemplo n.º 2
0
 private function __clone()
 {
     throw ModelException('The Memcache Model can\'t be cloned');
 }
 public function setImageTextPosition($position)
 {
     throw ModelException("Attribute 'Text Position' is read-only");
 }