LazyRecord\Schema\RuntimeColumn::getOptionValues PHP Method

getOptionValues() public method

public getOptionValues ( $record = null, $args = null )
    public function getOptionValues($record = null, $args = null)
    {
        if ($optionValues = $this->get('optionValues')) {
            return Utils::evaluate($optionValues, array($record, $args));
        }
    }