Interface for elements that want to be able to create custom child elements at runtime.

author keith.rogers@unit4.com
package phing.parser

 Methods

Creates the object for the child element

customChildCreator(string $elementName, \Project $project) : object

Parameters

$elementName

string

the name of the element that has been requested

$project

\Project

The project the element is in

Returns

objectReturns the nested element