Perforce Chronicle 2012.2/486814
API Documentation

Site_Form_BranchGridOptions Class Reference

This is the Site/Branch grid options form. More...

Inheritance diagram for Site_Form_BranchGridOptions:
Ui_Form_GridOptions P4Cms_Form_PubSubForm P4Cms_Form

List of all members.

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

Detailed Description

This is the Site/Branch grid options form.

Copyright:
2011-2012 Perforce Software. All rights reserved
License:
Please see LICENSE.txt in top-level folder of this distribution.
Version:
2012.2/486814

Member Function Documentation

Site_Form_BranchGridOptions::getItems ( )

Return the list of sites/branches for this grid or null.

Returns:
P4Cms_Model_Iterator|null site/branches or null
    {
        return $this->_items;
    }
Site_Form_BranchGridOptions::setItems ( P4Cms_Model_Iterator items = null)

Set the site/branch items for this form.

Parameters:
P4Cms_Model_Iterator | null$itemsthe sites and branches for this grid
    {
        $this->_items = $items;

        return $this;
    }

Member Data Documentation

Site_Form_BranchGridOptions::$_items = null [protected]

The documentation for this class was generated from the following file: