API documentation :: Docs For Class arbitModuleModelTrackerIssue
Packages:Interfaces:Classes:
|
Tracker::Model::arbitModuleModelTrackerIssueClass arbitModuleModelTrackerIssueProject model Project model arbitBaseStruct | --arbitModelBase | --arbitModuleModelTrackerIssueAuthor(s):
Descendants
Member Variables
Inherited Member Variables
Method Summary
Inherited Methods
MethodsfetchByNumber
static arbitModuleModelTrackerIssue
fetchByNumber(
int
$number
)
Fetch issue by issue number Fetch the issue by its issue number and return an arbitModuleModelTrackerIssue object created from that. Fetch issue by issue number Fetch the issue by its issue number and return an arbitModuleModelTrackerIssue object created from that. Parameters:
fetchIssuesPerMilestone
static array
fetchIssuesPerMilestone(
)
Fetch issue per milestone Returns an array with the milestones as keys and an array of issues for that milestone. Fetch issue per milestone Returns an array with the milestones as keys and an array of issues for that milestone. getAllIssues
static array
getAllIssues(
)
Get issue list Get an array with all issues currently available in the bug tracker. Get issue list Get an array with all issues currently available in the bug tracker. attachFile
void
attachFile(
string
$name
, string
$fileName
, [
$info
= array()] )
Attach file to issue Attach file to issue Parameters:
create
mixed
create(
)
Method called to create a new instance in the backend. Method called to create a new instance in the backend. Method called when the model should be created in the backend the first time. This will normally throw an error if a model with the same identifier already exists in the backend. Redefinition of:
Redefined in descendants as:
delete
void
delete(
)
Method called to delete a instance in the backend. Method called to delete a instance in the backend. Method called when the model should be deleted in the backend the first time. This will normally throw an error if a model with the given ID does not exist in the backend. fixComponentsArray
void
fixComponentsArray(
)
Fix the data structure of the components array. Fix the data structure of the components array. Fixes the components data structure, as required by issue #99, which is only used to migrate smoothly from 0.2 to 0.3. Can be removed in one of the later versions. getAffectedUsers
array
getAffectedUsers(
)
Get affected users Get a list of users which relate to the current issue, either by having commented to, created is, or are assigned to the issue. Get affected users Get a list of users which relate to the current issue, either by having commented to, created is, or are assigned to the issue. getAttachment
string
getAttachment(
string
$name
)
Get attachment contents Return the contents of the attachment specified by its storage file name. Get attachment contents Return the contents of the attachment specified by its storage file name. Parameters:
getIssueData
void
getIssueData(
)
Fetch the basic project data Fetch the basic project data Fetch the basic project data getModuleConfiguration
arbitTrackerBackendIniModuleConfiguration
getModuleConfiguration(
)
Get current module confguration Get current module confguration Get current module confguration Redefined in descendants as:
getState
array(string=>mixed)
getState(
)
Returns all the object's properties so that they can be stored or indexed. Returns all the object's properties so that they can be stored or indexed. setState
void
setState(
$properties
)
Accepts an array containing data for one or more of the class' properties. Accepts an array containing data for one or more of the class' properties. Parameters:
storeChanges
void
storeChanges(
)
Method called to store changes to the model. Method called to store changes to the model. Method called to store changes in the model to the backend. The method should only modify the backend data, if something really has been changed in the model. Use the __set() method, which should wrap all write access to the model, to remember write access. Redefinition of:
Redefined in descendants as:
Documentation generated on Mon, 05 Apr 2010 14:02:00 +0200 by phpDocumentor 1.4.3
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||