Example #1
0
 private function __clone()
 {
     throw ModelException('The Redis Model can\'t be cloned');
 }
Example #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");
 }