PHP 클래스 ApaiIO\Operations\Batch

상속: implements ApaiIO\Operations\OperationInterface
파일 보기 프로젝트 열기: exeu/apai-io 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $operations = [] ) Batch constructor.
addOperation ( ApaiIO\Operations\OperationInterface $operation ) : void Adds a single operation.
getName ( )
getOperationParameter ( )

메소드 상세

__construct() 공개 메소드

Batch constructor.
public __construct ( array $operations = [] )
$operations array

addOperation() 공개 메소드

Note that only operations with the same operation name can be added. First operation which is added will be the reference and the instance will let you only add other operations with the same operation name.
public addOperation ( ApaiIO\Operations\OperationInterface $operation ) : void
$operation ApaiIO\Operations\OperationInterface
리턴 void

getName() 공개 메소드

public getName ( )

getOperationParameter() 공개 메소드