AdminPageFramework_Form___FieldError::__construct PHP 메소드

__construct() 공개 메소드

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