[ Expand All ] [ Collapse All ] - [ Properties (3) ] [ Methods (10) ] - [ Legend ]

DefaultPOWLStore Class

Object
DbStore
DefaultPOWLStore

Properties implemented by DefaultPOWLStore
public method _models

public method store

public method SysOnt

Methods implemented by DefaultPOWLStore
public method aclCheck

PHPaclCheck(unknown $accessType, string $model, string $property, string $class, string $instance)

Arguments

public method aclCompute

PHPaclCompute(unknown $user, unknown $accessType, unknown $model, string $property, string $class, string $instance)

Arguments

public method aclGet

PHPaclGet(unknown $user, unknown $accessType, string $model, string $property, string $class, string $instance)

Arguments

constructor DefaultPOWLStore

PHPDefaultPOWLStore(string $dbDriver, string $host, string $dbName, string $user, string $password, boolean $SysOntURI)

Constructor: Set the database connection with the given parameters.

Arguments

public method deleteModel

PHPdeleteModel(unknown $modelURI)

POWLStore::deleteModel()

Arguments

public method getModel

PHPgetModel(unknown $modelURI, array $importedURIs)

function modelExists($modelURI) { if(!isset($this->_models[$modelURI])) $this->_models[$modelURI]=parent::modelExists($modelURI); return $this->_models[$modelURI]; }

Arguments

public method getNewModel

PHPgetNewModel(unknown $modelURI, string $baseURI, string $type)

POWLStore::getNewModel()

Arguments

public method listModels

PHPlistModels()

public method loadModel

PHPloadModel(unknown $modelURI, unknown $file, boolean $loadImports, boolean $stream)

POWLStore::loadModel()

Arguments

public method modelExists

PHPboolean modelExists(string $modelURI)

Check if the DbModel with the given modelURI is already stored in the database

Arguments

Generated by PHPEdit - Copyright © 1999-2004 - Sébastien Hordeaux - WaterProof SARL