PHP Class GraphAware\Neo4j\OGM\Query\QueryResultMapping

Show file Open project: graphaware/neo4j-php-ogm Class Usage Examples

Protected Properties

Property Type Description
$queryResultClass string
$queryResultType string

Public Methods

Method Description
__construct ( string $queryResultClass, string $queryResultType )
getQueryResultClass ( ) : string
getQueryResultType ( ) : string

Method Details

__construct() public method

public __construct ( string $queryResultClass, string $queryResultType )
$queryResultClass string
$queryResultType string

getQueryResultClass() public method

public getQueryResultClass ( ) : string
return string

getQueryResultType() public method

public getQueryResultType ( ) : string
return string

Property Details

$queryResultClass protected property

protected string $queryResultClass
return string

$queryResultType protected property

protected string $queryResultType
return string