PHP Class GraphAware\Neo4j\OGM\Query\QueryResultMapping

Mostra 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_oe property

protected string $queryResultClass
return string

$queryResultType protected_oe property

protected string $queryResultType
return string