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
Afficher le fichier Open project: ec-cube/ec-cube

Protected Properties

Свойство Type Description
$app Eccube\Application

Méthodes publiques

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

Method Details

get() public méthode

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

setApplication() public méthode

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

Property Details

$app protected_oe property

protected Application,Eccube $app
Résultat Eccube\Application