Documentation

Food

Foodクラス

Tags
version
1.0.0
author

y.hirano

link
https://codelikes.com/phpDocumentor

Table of Contents

$color  : string
$name  : string
$taste  : string
getColor()  : string
色の値を取得
getName()  : string
名前の値を取得
getTaste()  : string
味の値を取得
output()  : void
foodの情報出力
setColor()  : void
色の値を設定
setName()  : void
名前の値を設定
setTaste()  : void
味の値を設定

Properties

$color

private string $color

$name

private string $name

$taste

private string $taste

Methods

getColor()

色の値を取得

public getColor() : string
Return values
string

getName()

名前の値を取得

public getName() : string
Return values
string

getTaste()

味の値を取得

public getTaste() : string
Return values
string

output()

foodの情報出力

public output() : void
Return values
void

setColor()

色の値を設定

public setColor(string $color) : void
Parameters
$color : string
Tags
example

カラーコードで設定

Return values
void

setName()

名前の値を設定

public setName(string $name) : void
Parameters
$name : string
Return values
void

setTaste()

味の値を設定

public setTaste(string $taste) : void
Parameters
$taste : string
Tags
example

文字列で指定する

Return values
void

Search results