Tool is a static wrapper for utility classes
Tools are loosely coupled utility functions that can be called statically. You should put any function that does not fit into an object model into a tool and bundle them in task-dependant Tool classes.
Tools are never instanciated directly. You register a tool class in the static Toolbox object and use a single tool function by calling the employ() method of the Toolbox object.
Located in /tool.php (line 23)
PHOOL | --Tool
| Class | Description |
|---|---|
| Iconvtool | The Validation Tool is a Collection of loose validation functions |
| Validation | The Validation Tool is a Collection of loose validation functions |
Tool function signature array
Inherited from PHOOL
PHOOL::$debug
PHOOL::$errorlabels
PHOOL::$errorlevels
PHOOL::$errors
PHOOL::$exists
PHOOL::$logdir
PHOOL::$loglevel
PHOOL::$objname
Load an external library into a tool object
Inherited From PHOOL
PHOOL::PHOOL()
PHOOL::debug()
PHOOL::error()
PHOOL::get_errors()
PHOOL::handle_error()
PHOOL::has_error()
PHOOL::log_error()
PHOOL::set_debug()
PHOOL::set_logdir()
PHOOL::set_loglevel()
Documentation generated on Tue, 12 May 2009 23:09:43 +0200 by phpDocumentor 1.4.1