PHP Class GraphAware\Neo4j\Client\Event\FailureEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Datei anzeigen Open project: graphaware/neo4j-php-client Class Usage Examples

Protected Properties

Property Type Description
$exception GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
$shouldThrowException boolean

Public Methods

Method Description
__construct ( GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface $exception )
disableException ( )
getException ( ) : GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
shouldThrowException ( ) : boolean

Method Details

__construct() public method

public __construct ( GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface $exception )
$exception GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface

disableException() public method

public disableException ( )

getException() public method

public getException ( ) : GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
return GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface

shouldThrowException() public method

public shouldThrowException ( ) : boolean
return boolean

Property Details

$exception protected_oe property

protected Neo4jExceptionInterface,GraphAware\Neo4j\Client\Exception $exception
return GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface

$shouldThrowException protected_oe property

protected bool $shouldThrowException
return boolean