\BaconQrCode\Renderer\EyeModuleEye

Renders an eye based on a module renderer.

Summary

Methods
Properties
Constants
__construct()
getExternalPath()
getInternalPath()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$module
N/A

Properties

$module

$module : \BaconQrCode\Renderer\Module\ModuleInterface

Type

ModuleInterface

Methods

__construct()

__construct(\BaconQrCode\Renderer\Module\ModuleInterface  $module) : mixed

Parameters

\BaconQrCode\Renderer\Module\ModuleInterface $module

Returns

mixed —

getExternalPath()

getExternalPath() : \BaconQrCode\Renderer\Path\Path

Returns the path of the external eye element.

The path origin point (0, 0) must be anchored at the middle of the path.

Returns

\BaconQrCode\Renderer\Path\Path —

getInternalPath()

getInternalPath() : \BaconQrCode\Renderer\Path\Path

Returns the path of the internal eye element.

The path origin point (0, 0) must be anchored at the middle of the path.

Returns

\BaconQrCode\Renderer\Path\Path —