Equip\Handler\JsonContentHandler::__construct PHP Method

__construct() public method

public __construct ( $assoc = true, $maxDepth = 512, $options )
    public function __construct($assoc = true, $maxDepth = 512, $options = 0)
    {
        return parent::__construct($assoc, $maxDepth, $options);
    }