예제 #1
0
파일: generic.php 프로젝트: estvoyage/csv
 function dataConsumerIs(data\consumer $dataConsumer)
 {
     $dataConsumer->dataProviderIs($this->template);
     return $this;
 }