Свойство | Type | Description | |
---|---|---|---|
$articles | |||
$id | integer | ||
$name | string |
Méthode | Description | |
---|---|---|
addArticle ( |
Add an article to the category | |
getArticles ( ) : |
Get Articles | |
getId ( ) : mixed | Get Id | |
getName ( ) : string | Get Name | |
removeArticle ( |
Remove an article from the category | |
setArticles ( array $articles ) | Set Articles | |
setId ( mixed $id ) | Set Id | |
setName ( string $name ) | Set Name |
public addArticle ( |
||
$article |
public removeArticle ( |
||
$article |
protected Article[],Bravo3\Orm\Tests\Entities\OneToMany $articles | ||
Résultat |