Property | Type | Description | |
---|---|---|---|
$actors | |||
$id | integer | ||
$release | integer | ||
$tagline | string | ||
$title | string |
Method | Description | |
---|---|---|
__construct ( string $title, string | null $release = null ) | ||
addActor ( |
||
getActors ( ) : |
||
getId ( ) : integer | ||
getRelease ( ) : integer | ||
getTagline ( ) : string | ||
getTitle ( ) : string | ||
removeActor ( |
||
setTagline ( string $tagline ) | ||
setTitle ( string $title ) |
public getActors ( ) : |
||
return |
protected ArrayCollection,Doctrine\Common\Collections|Person[],movies $actors | ||
return |