mirocow\eav\widgets\RadioList::init PHP Method

init() public method

public init ( )
    public function init()
    {
        parent::init();
        /*$this->owner->addRule($this->getAttributeName(), 'in', [
              'range' => $this->getOptions(),
          ]);*/
    }
RadioList