PHP Class GraphAware\Neo4j\Client\Event\FailureEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: graphaware/neo4j-php-client Class Usage Examples

Protected Properties

Свойство Type Description
$exception GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
$shouldThrowException boolean

Méthodes publiques

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

Method Details

__construct() public méthode

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

disableException() public méthode

public disableException ( )

getException() public méthode

public getException ( ) : GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
Résultat GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface

shouldThrowException() public méthode

public shouldThrowException ( ) : boolean
Résultat boolean

Property Details

$exception protected_oe property

protected Neo4jExceptionInterface,GraphAware\Neo4j\Client\Exception $exception
Résultat GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface

$shouldThrowException protected_oe property

protected bool $shouldThrowException
Résultat boolean