daux = $daux; $this->output = $output; $this->width = $width; } /** * With this connection point, you can transform * the tree as you want, move pages, modify * pages and even add new ones. * * @param Directory $root */ public function manipulateTree(Directory $root) { } /** * This connection point provides * a way to extend the Markdown * parser and renderer. * * @param Environment $environment */ public function extendCommonMarkEnvironment(Environment $environment) { } }