API documentation :: Docs For Class arbitModuleImporterAbstractDriver
Packages:Classes: |
Importer::arbitModuleImporterAbstractDriverClass arbitModuleImporterAbstractDriverBase importer driver. Base importer driver.
Descendants
Member Variables
Method Summary
MethodscheckProject
bool
checkProject(
)
check if the user provided project exists in the database check if the user provided project exists in the database Redefined in descendants as:
fetchAttachments
void
fetchAttachments(
)
returns a stmt/map with all attachments data returns a stmt/map with all attachments data Redefined in descendants as:
fetchComments
void
fetchComments(
)
returns a stmt/map with all comments data returns a stmt/map with all comments data Redefined in descendants as:
fetchComponents
void
fetchComponents(
)
returns a stmt/map with name or a fixed array of components defined as: returns a stmt/map with name or a fixed array of components defined as: 'string(name)' => array() Redefined in descendants as:
fetchIssues
void
fetchIssues(
)
returns a stmt/map with all issue data returns a stmt/map with all issue data Redefined in descendants as:
fetchPriority
void
fetchPriority(
)
returns a stmt/map with name or a fixed array of priorities defined as: returns a stmt/map with name or a fixed array of priorities defined as: use arbitModuleImporterController::normalize to generate the normalized version if you provide static values, otherwise it will be done automatically on the result set 'string(normalized name)' => 'string(display name)' Redefined in descendants as:
fetchResolution
void
fetchResolution(
)
returns a stmt/map with name or a fixed array of resolutions defined as: returns a stmt/map with name or a fixed array of resolutions defined as: use arbitModuleImporterController::normalize to generate the normalized version if you provide static values, otherwise it will be done automatically on the result set 'string(normalized name)' => 'string(display name)' Redefined in descendants as:
fetchRow
array
fetchRow(
&$data
, array
$data
)
fetches a row, applies preprocessing call if needed and then replaces fetches a row, applies preprocessing call if needed and then replaces variables according to provided param map Parameters:
fetchStates
void
fetchStates(
)
returns a stmt/map with name or a fixed array of states defined as: returns a stmt/map with name or a fixed array of states defined as: use arbitModuleImporterController::normalize to generate the normalized version if you provide static values, otherwise it will be done automatically on the result set 'string(normalized name)' => 'string(display name)' Redefined in descendants as:
fetchTypes
void
fetchTypes(
)
returns a stmt/map with name or a fixed array of types defined as: returns a stmt/map with name or a fixed array of types defined as: use arbitModuleImporterController::normalize to generate the normalized version if you provide static values, otherwise it will be done automatically on the result set 'string(normalized name)' => 'string(display name)' Redefined in descendants as:
fetchUsers
void
fetchUsers(
)
returns a stmt/map with all users data returns a stmt/map with all users data Redefined in descendants as:
fetchVersions
void
fetchVersions(
)
returns a stmt/map with name and active or a fixed array of versions defined as: returns a stmt/map with name and active or a fixed array of versions defined as: 'string(name)' => 'int(active : 1/0)' Redefined in descendants as:
init
void
init(
$pdo
, string
$project
)
init function init function Parameters:
Redefined in descendants as:
query
PDOStatement
query(
string
$sql
)
executes a query using the current db handle and returns a statement executes a query using the current db handle and returns a statement use :project in the query to specify the current project id Parameters:
replaceData
mixed
replaceData(
mixed
$data
, array
$row
)
replaces the variables into a string by values from the current row replaces the variables into a string by values from the current row if an array is passed, it works recursively on it Parameters:
Documentation generated on Mon, 05 Apr 2010 14:01:27 +0200 by phpDocumentor 1.4.3
|