PHP 클래스 Eccube\Repository\BaseInfoRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.
상속: extends Doctrine\ORM\EntityRepository
파일 보기 프로젝트 열기: ec-cube/ec-cube

보호된 프로퍼티들

프로퍼티 타입 설명
$app Eccube\Application

공개 메소드들

메소드 설명
get ( mixed $id = 1 ) : object | null get
setApplication ( Application $app )

메소드 상세

get() 공개 메소드

get
public get ( mixed $id = 1 ) : object | null
$id mixed The identifier.
리턴 object | null The entity instance or NULL if the entity can not be found.

setApplication() 공개 메소드

public setApplication ( Application $app )
$app Eccube\Application

프로퍼티 상세

$app 보호되어 있는 프로퍼티

protected Application,Eccube $app
리턴 Eccube\Application