1 | <?php |
||
16 | class ApiLink implements Interfaces\SourceAccessorInterface |
||
17 | { |
||
18 | |||
19 | use Traits\SourceMagic; |
||
20 | |||
21 | private static $source = ''; |
||
22 | private $dotName = ''; |
||
23 | |||
24 | public function __construct($className = null, $text = '') |
||
28 | |||
29 | public function method($name, $text = '') |
||
35 | |||
36 | public function property($name, $text = '') |
||
42 | |||
43 | public static function __callStatic($name, $arguments) |
||
47 | |||
48 | } |
||
49 |