| 1 | <?php |
||
| 8 | class File implements \Transphporm\TSSFunction |
||
| 9 | { |
||
| 10 | private $filePath; |
||
| 11 | |||
| 12 | public function __construct(\Transphporm\FilePath $filePath) |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param array $args |
||
| 19 | * @param \DomElement|null $element |
||
| 20 | * |
||
| 21 | * @return array |
||
| 22 | * @throws \Exception |
||
| 23 | */ |
||
| 24 | public function run(array $args, \DomElement $element = null) |
||
| 36 | } |
||
| 37 |