getFormatter() public method

public getFormatter ( )
Example #1
0
 public function load(\Transphporm\Config $config)
 {
     $data = $config->getFunctionSet();
     $headers =& $config->getHeaders();
     $config->registerProperty('content', new \Transphporm\Property\Content($headers, $config->getFormatter()));
     $config->registerProperty('repeat', new \Transphporm\Property\Repeat($data, $config->getElementData(), $config->getLine()));
     $config->registerProperty('display', new \Transphporm\Property\Display());
     $config->registerProperty('bind', new \Transphporm\Property\Bind($config->getElementData()));
 }