Nelmio\SecurityBundle\ContentSecurityPolicy\NonceGenerator::__construct PHP Method

__construct() public method

public __construct ( $numberOfBytes )
    public function __construct($numberOfBytes)
    {
        $this->numberOfBytes = $numberOfBytes;
    }