1 | <?php |
||
11 | class File implements \Transphporm\TSSFunction |
||
12 | { |
||
13 | private $filePath; |
||
14 | |||
15 | public function __construct(\Transphporm\FilePath $filePath) |
||
19 | |||
20 | /** |
||
21 | * @param array $args |
||
22 | * @param \DomElement|null $element |
||
23 | * |
||
24 | * @return array |
||
25 | * @throws \Exception |
||
26 | */ |
||
27 | public function run(array $args, \DomElement $element = null) |
||
39 | } |
||
40 |