Метод | Описание | |
---|---|---|
getPart ( ) : |
Returns the part which belongs to this entry. | |
getProject ( ) : |
Returns the project assigned to this entry. | |
getQuantity ( ) : integer | Returns the quantity for this project. | |
getRemarks ( ) : string | Returns the remarks for this entry. | |
setPart ( |
Sets the part which belongs to this entry. | |
setProject ( |
Sets the project assigned to this entry. | |
setQuantity ( integer $quantity ) | Sets the quantity for this entry. | |
setRemarks ( string $remarks ) | Sets the remarks for this entry. |
public getPart ( ) : |
||
Результат |
public getProject ( ) : |
||
Результат |
public getQuantity ( ) : integer | ||
Результат | integer | the amount of parts needed |
public getRemarks ( ) : string | ||
Результат | string |
public setPart ( |
||
$part |
public setProject ( |
||
$project |
public setQuantity ( integer $quantity ) | ||
$quantity | integer |
public setRemarks ( string $remarks ) | ||
$remarks | string |