Prado\Web\UI\ActiveControls\TActiveTableRow::getClientClassName PHP 메소드

getClientClassName() 보호된 메소드

protected getClientClassName ( ) : string
리턴 string corresponding javascript class name for this TActiveTableRow.
    protected function getClientClassName()
    {
        return 'Prado.WebUI.TActiveTableRow';
    }