Example #1
0
 /**
  * 2016-07-18
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__GUEST, DF_V_BOOL)->_prop(self::$P__QUOTE_ID, DF_V_STRING_NE);
 }
Example #2
0
File: A.php Project: mage2pro/core
 /**
  * 2015-12-30
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__ITEM_CLASS, DF_V_STRING_NE)->_prop(self::$P__ITEMS_A, DF_V_ARRAY);
 }
Example #3
0
 /**
  * 2016-07-10
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__RESPONSE, Response::class);
 }
Example #4
0
 /**
  * 2016-05-05
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__ID, DF_V_STRING_NE);
 }
Example #5
0
 /**
  * 2015-12-08
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__PARAMS, Params::class);
 }
Example #6
0
 /**
  * 2015-11-22
  * @override
  * @see \Df\Core\O::_construct()
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__E, AE::class);
 }
Example #7
0
 /**
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__BG_COLOR, DF_V_STRING_NE)->_prop(self::$P__FONT_COLOR, DF_V_STRING_NE)->_prop(self::$P__FONT_SIZE, DF_V_NAT)->_prop(self::$P__HEIGHT, DF_V_NAT)->_prop(self::$P__MARGIN_LEFT, DF_V_NAT0)->_prop(self::$P__WIDTH, DF_V_NAT);
 }
Example #8
0
 /**
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__CSS_CLASS_FOR_ITEM, DF_V_STRING, false)->_prop(self::$P__CSS_CLASS_FOR_LIST, DF_V_STRING, false)->_prop(self::$P__IS_ORDERED, DF_V_BOOL, false)->_prop(self::$P__ITEMS, DF_V_ARRAY);
 }
Example #9
0
 /**
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__ATTRIBUTES, DF_V_ARRAY, false)->_prop(self::$P__OPTIONS, DF_V_ARRAY)->_prop(self::$P__SELECTED, DF_V_STRING, false);
 }
Example #10
0
 /**
  * 2016-08-09
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__NAME, DF_V_STRING_NE)->_prop(self::$P__WEIGHT, DF_V_FLOAT, false);
 }
Example #11
0
 /**
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__ATTRIBUTES, DF_V_ARRAY, false)->_prop(self::$P__CONTENT, DF_V_STRING, false)->_prop(self::$P__MULTILINE, DF_V_BOOL, false)->_prop(self::$P__TAG, DF_V_STRING_NE);
 }
Example #12
0
 /**
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     // параметр PARAM__SIMPLE_XML может быть как объектом, так и строкой.
 }
Example #13
0
 /**
  * 2016-08-30
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__AMOUNT, DF_V_FLOAT, false)->_prop(self::$P__METHOD, Method::class);
 }
Example #14
0
 /**
  * 2015-12-16
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__PREFIX, DF_V_STRING, false);
 }
Example #15
0
 /**
  * 2015-12-16
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__UNITS, DF_V_STRING_NE)->_prop(self::$P__VALUE, DF_V_STRING);
 }
Example #16
0
File: G.php Project: mage2pro/core
 /**
  * 2016-08-31
  * @override
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_prop(self::$P__CONTENTS, DF_V_ARRAY)->_prop(self::$P__TAG, DF_V_STRING_NE)->_prop(self::P__1251, DF_V_BOOL, false)->_prop(self::P__ATTRIBUTES, DF_V_ARRAY, false)->_prop(self::P__DOC_TYPE, DF_V_STRING, false)->_prop(self::P__DECODE_ENTITIES, DF_V_BOOL, false)->_prop(self::P__PRETTY, DF_V_BOOL, false)->_prop(self::P__REMOVE_LINE_BREAKS, DF_V_BOOL, false)->_prop(self::P__SKIP_HEADER, DF_V_BOOL, false)->_prop(self::P__WRAP_IN_CDATA, DF_V_BOOL, false);
 }