PHP Class AppBundle\Model\RecipeCollection

Show file Open project: limenius/symfony-react-sandbox

Public Properties

Property Type Description
$recipes Recipe[]

Public Methods

Method Description
__construct ( Recipe[] $recipes = [], integer $offset = null, integer $limit = null )
findOneBySlug ( $slug )

Method Details

__construct() public method

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

findOneBySlug() public method

public findOneBySlug ( $slug )

Property Details

$recipes public property

public Recipe[],AppBundle\Model $recipes
return Recipe[]