예제 #1
0
파일: Format.php 프로젝트: cxj/Transphporm
 public function load(\Transphporm\FeatureSet $featureSet)
 {
     $locale = $this->getLocale();
     $featureSet->registerFormatter(new \Transphporm\Formatter\Number($locale));
     $featureSet->registerFormatter(new \Transphporm\Formatter\Date($locale));
     $featureSet->registerFormatter(new \Transphporm\Formatter\StringFormatter());
 }
예제 #2
0
 public function load(\Transphporm\FeatureSet $featureSet)
 {
     $featureSet->registerFormatter(new ReverseFormatter());
 }