PHP 클래스 AppBundle\Model\RecipeCollection

파일 보기 프로젝트 열기: limenius/symfony-react-sandbox

공개 프로퍼티들

프로퍼티 타입 설명
$recipes Recipe[]

공개 메소드들

메소드 설명
__construct ( Recipe[] $recipes = [], integer $offset = null, integer $limit = null )
findOneBySlug ( $slug )

메소드 상세

__construct() 공개 메소드

public __construct ( Recipe[] $recipes = [], integer $offset = null, integer $limit = null )
$recipes Recipe[]
$offset integer
$limit integer

findOneBySlug() 공개 메소드

public findOneBySlug ( $slug )

프로퍼티 상세

$recipes 공개적으로 프로퍼티

public Recipe[],AppBundle\Model $recipes
리턴 Recipe[]