AdminPageFramework_Form_Model___LastInput::__construct PHP Метод

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

public __construct ( $sCallerID )
    public function __construct($sCallerID)
    {
        $this->sCallerID = $sCallerID;
        $this->sTransientKey = $this->_getTransientKey();
    }