public function __construct()
 {
     parent::__construct();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->errorMessages = array_merge($this->errorMessages, array(self::ERROR_EXISTS_TEMPLATE => _('Item prototype "%1$s" already exists on "%2$s", inherited from another template.'), self::ERROR_EXISTS => _('Item prototype "%1$s" already exists on "%2$s".'), self::ERROR_INVALID_KEY => _('Invalid key "%1$s" for item prototype "%2$s" on "%3$s": %4$s.')));
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->errorMessages = array_merge($this->errorMessages, array(self::ERROR_EXISTS_TEMPLATE => _('Item "%1$s" already exists on "%2$s", inherited from another template.'), self::ERROR_EXISTS => _('Item "%1$s" already exists on "%2$s".')));
 }