Total Complexity | 4 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class Feed extends SimplePie |
||
15 | { |
||
16 | public function __construct() |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Magic method handler |
||
25 | * |
||
26 | * @param string $name Property name |
||
27 | * @return mixed |
||
28 | */ |
||
29 | public function __get($name) |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * Magic method handler |
||
36 | * |
||
37 | * @param string $name Property name |
||
38 | * @return bool |
||
39 | */ |
||
40 | public function __isset($name) |
||
45 |