11 Zeilen
188 B
PHP
11 Zeilen
188 B
PHP
|
<?php namespace Todaymade\Daux\Extension;
|
||
|
|
||
|
use Todaymade\Daux\Tree\Root;
|
||
|
|
||
|
class Processor extends \Todaymade\Daux\Processor {
|
||
|
|
||
|
public function manipulateTree(Root $root)
|
||
|
{
|
||
|
}
|
||
|
}
|