1 | <?php |
||
22 | class UpdatePackage extends Package |
||
23 | { |
||
24 | /** |
||
25 | * Construct method for class. |
||
26 | * |
||
27 | * @param array $data |
||
28 | */ |
||
29 | public function __construct(array $data = array()) |
||
35 | |||
36 | /** |
||
37 | * Get property from object. |
||
38 | * |
||
39 | * @param string $property Property name |
||
40 | * |
||
41 | * @return mixed Property value |
||
42 | */ |
||
43 | public function __get($property) |
||
49 | } |
||
50 |