| 1 | <?php |
||
| 14 | class Resource |
||
| 15 | { |
||
| 16 | |||
| 17 | protected $attributes = array(); |
||
| 18 | |||
| 19 | public function __construct($attributes = array()) |
||
| 25 | |||
| 26 | public function setAttributes($attributes = array()) |
||
| 32 | |||
| 33 | public function setAttribute($key , $value) |
||
| 41 | |||
| 42 | public function hasAttribute($key) |
||
| 46 | |||
| 47 | public function getAttribute($name) |
||
| 53 | |||
| 54 | } |
||
| 55 |