PHP 클래스 AccountPage, silvershop-core

상속: extends Page
파일 보기 프로젝트 열기: burnbright/silverstripe-shop 1 사용 예제들

공개 메소드들

메소드 설명
canCreate ( $member = null, $context = [] )
find_link ( boolean $urlSegment = false ) : mixed Returns the link or the URLSegment to the account page on this site
get_order_link ( integer | string $orderID, boolean $urlSegment = false ) : string Return a link to view the order on the account page.
requireDefaultRecords ( ) This module always requires a page model.

보호된 메소드들

메소드 설명
get_if_account_page_exists ( ) : AccountPage

메소드 상세

canCreate() 공개 메소드

public canCreate ( $member = null, $context = [] )

get_if_account_page_exists() 보호된 정적인 메소드

protected static get_if_account_page_exists ( ) : AccountPage
리턴 AccountPage

requireDefaultRecords() 공개 메소드

This module always requires a page model.