Пример #1
0
 public function sendToClean(Cleaner $cleaner)
 {
     $this->setDirtyClothes(array('shorts', 'pants'));
     $this->clothes = $cleaner->cleanClothes($this->clothes);
 }