Pheasant\Types\BaseType::options PHP Method

options() public method

Gets the {@link Options} object associated with the type
public options ( )
    public function options()
    {
        return $this->_options;
    }