Stores the processor configuration
This is the code documentation for the Pelzini project
Search documentation |
class ConfigStores the processor configuration
Extending this class<?php /** * New class description goes here * * @author Your Name, 2024-12-21 **/ class NewClassName extends Config { public function getOutputters () { // Method code goes here } public function getBaseDirectory () { // Method code goes here } public function getExcludeDirectories () { // Method code goes here } public function getDocsDirectory () { // Method code goes here } public function getProjectCode () { // Method code goes here } public function getTransformers () { // Method code goes here } public function getLicenseText () { // Method code goes here } public function getProjectName () { // Method code goes here } /** * If no outputters have been specified, load the common "database.config.php" file * and use the settings in there to create one **/ private function loadSharedDatabaseConfig () { // Method code goes here } /** * Load and validate a config file **/ public function load (string $filename) { // Method code goes here } } ?> |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Thursday, 15th March, 2018 at 02:05 pm |