com\setasign\Konquadrat\Workflow\Helper

ObjectList Class ObjectList

File: /Konquadrat/src/Workflow/Helper/ObjectList.php

Class hierarchy

Implements

Summary

Properties

$context

protected array AbstractHelper::$context = array()

$type

protected ?string ObjectList::$type

A type name

$workflow


Methods

__call()

public ObjectList::__call (
string $method,
array $params
): void
Parameters
$method : string
 
$params : array
 

__set()

public ObjectList::__set (
string $name,
mixed $value
): void
Parameters
$name : string
 
$value : mixed
 

add()

public ObjectList::add (): bool
Parameters
$type : array|string|\com\setasign\Konquadrat\Object\AbstractObject|AbstractHelper
 
$count : int
 

count()

public ObjectList::count (
void
): int

ensure()

public ObjectList::ensure (): bool
Parameters
$type : \com\setasign\Konquadrat\Object\AbstractObject|AbstractHelper|array|string
 
$count : int
 

getById()

getContext()

public AbstractHelper::getContext (
void
): array

getIterator()

getName()

public ObjectList::getName (
void
): string

getObjects()

public ObjectList::getObjects (
void
): array

getType()

public ObjectList::getType (
void
): ?string

reset()

public ObjectList::reset (
void
): bool

setType()

public ObjectList::setType (
?string $type
): void
Parameters
$type : ?string