Nette\Forms\Controls\ChoiceControl::getItems PHP 메소드

getItems() 공개 메소드

Returns items from which to choose.
public getItems ( ) : array
리턴 array
    public function getItems()
    {
        return $this->items;
    }