Joli\Jane\Generator\NormalizerGenerator::__construct PHP Method

__construct() public method

public __construct ( Naming $naming, boolean $useReference = true )
$naming Naming Naming Service
$useReference boolean Whether to generate the JSON Reference system
    public function __construct(Naming $naming, $useReference = true)
    {
        $this->naming = $naming;
        $this->useReference = $useReference;
    }