コード例 #1
0
ファイル: Person.php プロジェクト: rolas123/phpspec-hw
 public function sendToClean(Cleaner $cleaner)
 {
     $this->setDirtyClothes(array('shorts', 'pants'));
     $this->clothes = $cleaner->cleanClothes($this->clothes);
 }