AdminPageFramework_Input_Base::setAttributesByKey PHP Méthode

setAttributesByKey() public méthode

public setAttributesByKey ( $sKey )
    public function setAttributesByKey($sKey)
    {
        $this->aAttributes = $this->getAttributesByKey($sKey);
    }