Public Member Functions | |
| __construct ($accept=true) | |
| accept ($event) | |
| Accept. | |
| getOptions () | |
| Get Options. | |
Static Public Member Functions | |
| static | factory ($config) |
| Construct a Zend_Log driver. | |
Public Attributes | |
| $accept = true | |
| $constructorParams = array() | |
| $events = array() | |
| $lastEvent = null | |
Definition at line 31 of file Mock.php.
| Robo47_Log_Filter_Mock::__construct | ( | $ | accept = true |
) |
| Robo47_Log_Filter_Mock::accept | ( | $ | event | ) |
Accept.
Definition at line 77 of file Mock.php.
Referenced by __construct().
{
$this->lastEvent = $event;
$this->events[] = $event;
return $this->accept;
}

| static Robo47_Log_Filter_Mock::factory | ( | $ | config | ) | [static] |
Construct a Zend_Log driver.
| array|Zend_Config | $config |
Definition at line 90 of file Mock.php.
{
return new Robo47_Log_Filter_Mock($config);
}
| Robo47_Log_Filter_Mock::getOptions | ( | ) |
| Robo47_Log_Filter_Mock::$accept = true |
Definition at line 37 of file Mock.php.
Referenced by __construct().
1.7.1