Ejemplo n.º 1
0
 /**
  * Basic self setup of the object
  * @param  SimpleXMLElement $simpleXML SimpleXML object representation of the field
  * @return VP_Control_FieldMultiImage Field object
  */
 protected function _basic_make($arr)
 {
     parent::_basic_make($arr);
     $this->set_item_max_height(isset($arr['item_max_height']) ? $arr['item_max_height'] : '')->set_item_max_width(isset($arr['item_max_width']) ? $arr['item_max_width'] : '');
     return $this;
 }