Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php namespace XoopsModules\Smartobject; |
||
38 | public function __construct($keyname, $customMethodForValue = false, $header = false, $class = false) |
||
39 | { |
||
40 | $this->_keyname = $keyname; |
||
41 | $this->_customMethodForValue = $customMethodForValue; |
||
42 | $this->_header = $header; |
||
43 | $this->_class = $class; |
||
44 | } |
||
45 | |||
59 |