Свойство | Тип | Описание | |
---|---|---|---|
$_classes | array | Class dependencies. |
Метод | Описание | |
---|---|---|
before ( $method, $self, &$args ) : boolean | Point cut called before method execution. |
Метод | Описание | |
---|---|---|
_stubbedMethod ( string $lsb, object | string $self, string $class, string $name, string $args ) : boolean | Checks if the called method has been stubbed. |
protected static _stubbedMethod ( string $lsb, object | string $self, string $class, string $name, string $args ) : boolean | ||
$lsb | string | Late state binding class name. |
$self | object | string | The object instance or a fully-namespaces class name. |
$class | string | The class name. |
$name | string | The method name. |
$args | string | The passed arguments. |
Результат | boolean | Returns `true` if the method has been stubbed. |
protected static array $_classes | ||
Результат | array |