PHP Класс Kahlan\Plugin\Pointcut

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_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.

Описание методов

_stubbedMethod() защищенный статический Метод

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.

before() публичный статический Метод

Point cut called before method execution.
public static before ( $method, $self, &$args ) : boolean
Результат boolean If `true` is returned, the normal execution of the method is aborted.

Описание свойств

$_classes защищенное статическое свойство

Class dependencies.
protected static array $_classes
Результат array