PHP Class SensioLabs\Insight\Sdk\Model\Violations

Inheritance: implements Countable, implements IteratorAggregate
Show file Open project: sensiolabs/insight

Public Methods

Method Description
count ( )
filter ( callable $callback )
getIterator ( )
getViolations ( ) : Violation[]

Method Details

count() public method

public count ( )

filter() public method

public filter ( callable $callback )
$callback callable

getIterator() public method

public getIterator ( )

getViolations() public method

public getViolations ( ) : Violation[]
return Violation[]