Perforce Chronicle 2012.2/486814
API Documentation
|
This is the Site/Branch grid options form. More...
Public Member Functions | |
getItems () | |
Return the list of sites/branches for this grid or null. | |
setItems (P4Cms_Model_Iterator $items=null) | |
Set the site/branch items for this form. | |
Protected Attributes | |
$_items = null |
This is the Site/Branch grid options form.
Site_Form_BranchGridOptions::getItems | ( | ) |
Return the list of sites/branches for this grid or null.
{
return $this->_items;
}
Site_Form_BranchGridOptions::setItems | ( | P4Cms_Model_Iterator $ | items = null | ) |
Set the site/branch items for this form.
P4Cms_Model_Iterator | null | $items | the sites and branches for this grid |
{
$this->_items = $items;
return $this;
}
Site_Form_BranchGridOptions::$_items = null [protected] |