requiredTemplates() public method
Returns a list of code template files that are required.
Derived classes usually should override this method if they require the existence of certain template files.
public array requiredTemplates ( ) | ||
---|---|---|
return | array |
List of code template files that are required. They should be file paths relative to $templatePath. |
Please login to continue.