PHP Class Eccube\Repository\BaseInfoRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Inheritance: extends Doctrine\ORM\EntityRepository
Show file Open project: ec-cube/ec-cube

Protected Properties

Property Type Description
$app Eccube\Application

Public Methods

Method Description
get ( mixed $id = 1 ) : object | null get
setApplication ( Application $app )

Method Details

get() public method

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

setApplication() public method

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

Property Details

$app protected property

protected Application,Eccube $app
return Eccube\Application