Field::getOptions()

Version 4

Get field select options

Return value

String

Full documentation

$this->get('page','tilaus',$id)->getField('status')->getOptions();
---
Array (
    Array (
        [buttoncolor] => blue
        [title] => Tuotanto
        [description] => Tuotantopäivä annettu
        [value] => Tuotanto
        [name] => Tuotanto
    )
    ...
)