spec\Prophecy\Argument\Token\ArrayEntryTokenSpec::let PHP Метод

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

public let ( Prophecy\Argument\Token\TokenInterface $key, Prophecy\Argument\Token\TokenInterface $value )
$key Prophecy\Argument\Token\TokenInterface
$value Prophecy\Argument\Token\TokenInterface
    function let(TokenInterface $key, TokenInterface $value)
    {
        $this->beConstructedWith($key, $value);
    }