PHP 클래스 Tdt\Core\DataControllers\SPARQLController

저자: Jan Vansteenlandt ([email protected])
상속: extends Tdt\Core\DataControllers\ADataController
파일 보기 프로젝트 열기: tdt/core

공개 메소드들

메소드 설명
__construct ( Tdt\Core\Repositories\Interfaces\OntologyRepositoryInterface $ontologies ) Default max rows returned in Virtuoso
readData ( $source_definition, $rest_parameters = [] )

비공개 메소드들

메소드 설명
executeUri ( $uri, $user = '', $password = '' ) Execute a query using cURL and return the result.
processLogicalStatements ( $query )
processParameterFunction ( $values, $function, $pattern, $concat )
processParameters ( $query ) Replace parameters in the SPARQL query with the corresponding passed query parameters.

메소드 상세

__construct() 공개 메소드

Default max rows returned in Virtuoso
public __construct ( Tdt\Core\Repositories\Interfaces\OntologyRepositoryInterface $ontologies )
$ontologies Tdt\Core\Repositories\Interfaces\OntologyRepositoryInterface

readData() 공개 메소드

public readData ( $source_definition, $rest_parameters = [] )