Property | Type | Description | |
---|---|---|---|
$em | Doctrine\ORM\EntityManager | ||
$repository | Newscoop\Subscription\SectionRepository |
Method | Description | |
---|---|---|
__construct ( |
||
delete ( integer $id ) : void | Delete section | |
find ( integer $id ) : Newscoop\Subscription\Section | Find section | |
save ( array $values, |
Save section |
Method | Description | |
---|---|---|
getLanguage ( array $values ) : Newscoop\Entity\Language | Get language | |
getSectionNumber ( array $values ) : integer | Get section number | |
getSubscription ( array $values ) : Newscoop\Subscription\Subscription | Get subscription |