PHP Class MyBuilder\Package\ToDo\Task

Afficher le fichier Open project: mybuilder/conductor Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $title, $description )
equals ( Task $that )
getDescription ( )
getTitle ( )

Private Methods

Méthode Description
setDescription ( $description )
setTitle ( $title )

Method Details

__construct() public méthode

public __construct ( $title, $description )

equals() public méthode

public equals ( Task $that )
$that Task

getDescription() public méthode

public getDescription ( )

getTitle() public méthode

public getTitle ( )