PHP 클래스 GraphAware\Neo4j\Client\Event\FailureEvent

상속: extends Symfony\Component\EventDispatcher\Event
파일 보기 프로젝트 열기: graphaware/neo4j-php-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$exception GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
$shouldThrowException boolean

공개 메소드들

메소드 설명
__construct ( GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface $exception )
disableException ( )
getException ( ) : GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
shouldThrowException ( ) : boolean

메소드 상세

__construct() 공개 메소드

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

disableException() 공개 메소드

public disableException ( )

getException() 공개 메소드

public getException ( ) : GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface
리턴 GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface

shouldThrowException() 공개 메소드

public shouldThrowException ( ) : boolean
리턴 boolean

프로퍼티 상세

$exception 보호되어 있는 프로퍼티

protected Neo4jExceptionInterface,GraphAware\Neo4j\Client\Exception $exception
리턴 GraphAware\Neo4j\Client\Exception\Neo4jExceptionInterface

$shouldThrowException 보호되어 있는 프로퍼티

protected bool $shouldThrowException
리턴 boolean