PHP Класс Phockito_WhenBuilder

Показать файл Открыть проект

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

Свойство Тип Описание
$i
$instance
$lastAction
$method

Открытые методы

Метод Описание
__call ( $called, $args ) Either record the method we're stubbing, or record the next stubbed response in the sequence if we know the stubbed method already
__construct ( $instance, $method = null, $args = null )

Приватные методы

Метод Описание
__phockito_setMethod ( $method, $args ) Store the method and args we're stubbing

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

__call() публичный Метод

To be as flexible as possible, we accept _any_ method with "return" in it as a return response, and anything with throw in it as a throw response.
public __call ( $called, $args )

__construct() публичный Метод

public __construct ( $instance, $method = null, $args = null )

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

$i защищенное свойство

protected $i

$instance защищенное свойство

protected $instance

$lastAction защищенное свойство

protected $lastAction

$method защищенное свойство

protected $method