Prado\Web\UI\WebControls\TBulletedListEventParameter::getIndex PHP 메소드

getIndex() 공개 메소드

public getIndex ( ) : integer
리턴 integer zero-based index of the item (rendered as a link button) that is clicked
    public function getIndex()
    {
        return $this->_index;
    }
TBulletedListEventParameter