PHP Class MyBuilder\Package\ToDo\Task

Datei anzeigen Open project: mybuilder/conductor Class Usage Examples

Public Methods

Method Description
__construct ( $title, $description )
equals ( Task $that )
getDescription ( )
getTitle ( )

Private Methods

Method Description
setDescription ( $description )
setTitle ( $title )

Method Details

__construct() public method

public __construct ( $title, $description )

equals() public method

public equals ( Task $that )
$that Task

getDescription() public method

public getDescription ( )

getTitle() public method

public getTitle ( )