Class: Doctrine_Plugin
Source Location: /Doctrine/Plugin.phpClass Doctrine_Plugin
Class Overview
Doctrine_Plugin Located in /Doctrine/Plugin.php [line 33] Author(s):
|
[ Top ]
Method Summary
mixed | getOption() | returns the value of an option |
array | getOptions() | returns all options and their associated values |
Doctrine_Plugin | setOption() | sets given value to an option |
[ Top ]
Methods
getOption [line 45]
|
returns the value of an option
Parameters:$option | $name: | the name of the option to retrieve |
API Tags:
Return: | the value of the option |
Access: | public |
[ Top ]
getOptions [line 75]
|
returns all options and their associated values
API Tags:
Return: | all options as an associative array |
Access: | public |
[ Top ]
setOption [line 60]
|
sets given value to an option
Parameters:$option | $name: | the name of the option to be changed |
$value | $value: | the value of the option |
API Tags:
Return: | this object |
Access: | public |
[ Top ]