BlogComment::getDefaultValue PHP Method

getDefaultValue() public method

初期値を取得する
public getDefaultValue ( ) : array
return array 初期値データ
    public function getDefaultValue()
    {
        $data[$this->name]['name'] = 'NO NAME';
        return $data;
    }