PHP Класс Nelmio\Alice\Definition\MethodCallBag

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

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

Метод Описание
isEmpty ( ) : boolean
mergeWith ( self $methodCallsBag ) : self Creates a new instance to which the given properties have been merged. In case of conflicts, the existing values are kept.
with ( Nelmio\Alice\Definition\MethodCallInterface $methodCall ) : self

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

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

public isEmpty ( ) : boolean
Результат boolean

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

Creates a new instance to which the given properties have been merged. In case of conflicts, the existing values are kept.
public mergeWith ( self $methodCallsBag ) : self
$methodCallsBag self
Результат self

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

public with ( Nelmio\Alice\Definition\MethodCallInterface $methodCall ) : self
$methodCall Nelmio\Alice\Definition\MethodCallInterface
Результат self