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

Наследование: implements IteratorAggregate, implements Countable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
count ( ) : integer
getIterator ( )
isEmpty ( ) : boolean
mergeWith ( self $propertyBag ) : self Creates a new instance to which the given properties have been merged. In case of conflicts, the existing values are kept.
with ( Property $property ) : self

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

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

public count ( ) : integer
Результат integer

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

public getIterator ( )

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 $propertyBag ) : self
$propertyBag self
Результат self

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

public with ( Property $property ) : self
$property Property
Результат self