PHP 클래스 Nexcessnet_Turpentine_Model_Core_Session

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
상속: extends Mage_Core_Model_Session
파일 보기 프로젝트 열기: nexcess/magento-turpentine

공개 메소드들

메소드 설명
__construct ( $data = [] )
getFormKey ( ) : string Retrieve Session Form Key
real_getFormKey ( )
renewFormKey ( ) Creates new Form key
validateFormKey ( string | null $formKey ) : boolean Validates Form key

메소드 상세

__construct() 공개 메소드

public __construct ( $data = [] )

getFormKey() 공개 메소드

Retrieve Session Form Key
public getFormKey ( ) : string
리턴 string A 16 bit unique key for forms

real_getFormKey() 공개 메소드

public real_getFormKey ( )

renewFormKey() 공개 메소드

Creates new Form key
public renewFormKey ( )

validateFormKey() 공개 메소드

Validates Form key
public validateFormKey ( string | null $formKey ) : boolean
$formKey string | null
리턴 boolean