Prado\Web\UI\WebControls\TRatingList::render PHP Метод

render() публичный Метод

Add rating style class name to the class attribute when {@link setReadOnly ReadOnly} property is true and when the {@link setCssClass CssClass} property is empty.
public render ( $writer )
    public function render($writer)
    {
        $writer->addAttribute('id', $this->getClientID());
        $this->getPage()->getClientScript()->registerPostBackControl($this->getClientClassName(), $this->getPostBackOptions());
        parent::render($writer);
    }