AdminPageFramework_Input_Base::setAttributesByKey PHP Method

setAttributesByKey() public method

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