PHP Interface Youshido\GraphQL\Validator\ErrorContainer\ErrorContainerInterface

ファイルを表示 Open project: youshido/graphql Interface Usage Examples

Public Methods

Method Description
addError ( Exception $exception )
clearErrors ( )
getErrors ( )
getErrorsArray ( )
hasErrors ( )
mergeErrors ( Youshido\GraphQL\Validator\ErrorContainer\ErrorContainerInterface $errorContainer )

Method Details

addError() public method

public addError ( Exception $exception )
$exception Exception

clearErrors() public method

public clearErrors ( )

getErrors() public method

public getErrors ( )

getErrorsArray() public method

public getErrorsArray ( )

hasErrors() public method

public hasErrors ( )

mergeErrors() public method

public mergeErrors ( Youshido\GraphQL\Validator\ErrorContainer\ErrorContainerInterface $errorContainer )
$errorContainer Youshido\GraphQL\Validator\ErrorContainer\ErrorContainerInterface