phpdox
phpdox copied to clipboard
Render property on template
trafficstars
I have this on my phpdox.xml
<?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://xml.phpdox.net/config" silent="false">
<project name="Project name" source="${basedir}" workdir="${basedir}/.tmp-doc/phpdox/xml">
<property name="author" value="Author name" />
How can I access this property value from the template?
Hi, interesting question that even made me look up the code to be sure before I answer ;)
Currently, we do not expose these into the rendering process. It's a config only value. But it sounds like an interesting enhancement.