AdminPageFramework_Form___FieldError::__construct PHP Method

__construct() public method

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