\App\IqrfNetModule\FormsStandardBinaryOutputFormFactory

IQRF Standard binary output form factory

Summary

Methods
Properties
Constants
__construct()
create()
enumerate()
get()
set()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$factory
$presenter
$manager
N/A

Properties

$factory

$factory : \App\CoreModule\Forms\FormFactory

Type

normal — Generic form factory

$presenter

$presenter : \App\IqrfNetModule\Presenters\StandardPresenter

Type

normal — IQRF Standard presenter

$manager

$manager : \App\IqrfNetModule\Models\StandardBinaryOutputManager

Type

normal — IQRF Standard binary output manager

Methods

__construct()

__construct(\App\CoreModule\Forms\FormFactory  $factory, \App\IqrfNetModule\Models\StandardBinaryOutputManager  $manager) : mixed

Constructor

Parameters

\App\CoreModule\Forms\FormFactory $factory

Generic form factory

\App\IqrfNetModule\Models\StandardBinaryOutputManager $manager

IQRF Standard binary output manager

Returns

mixed

create()

create(\App\IqrfNetModule\Presenters\StandardPresenter  $presenter) : \Nette\Application\UI\Form

Creates IQRF Standard Binary output form

Parameters

\App\IqrfNetModule\Presenters\StandardPresenter $presenter

IQRF Standard presenter

Returns

\Nette\Application\UI\Form —

IQRF Standard Binary output form

enumerate()

enumerate(\Nette\Forms\Controls\SubmitButton  $button) : void

Enumerates a standard binary output

Parameters

\Nette\Forms\Controls\SubmitButton $button

Submit button

get()

get(\Nette\Forms\Controls\SubmitButton  $button) : void

Gets output's state of a standard binary output

Parameters

\Nette\Forms\Controls\SubmitButton $button

Submit button

set()

set(\Nette\Forms\Controls\SubmitButton  $button) : void

Sets output's state of a standard binary output

Parameters

\Nette\Forms\Controls\SubmitButton $button

Submit button