Draw/Helper/AbstractHelper.php 24

Type Line Description
error 72 No summary for method __invoke()
error 81 No summary for method getCache()
error 93 No summary for method setCache()
error 102 No summary for method getEvent()
error 114 No summary for method setEvent()
error 124 No summary for method getManipulator()
error 136 No summary for method setManipulator()
error 145 No summary for method getVars()
error 154 No summary for method setVars()
error 164 No summary for method setVarTranslator()
error 173 No summary for method getVarTranslator()
error 186 No summary for method trigger()
error 198 No summary for method getVarTranslation()
error 212 No summary for method setVarTranslation()
error 222 No summary for method translate()
error 234 No summary for method translateValue()
error 244 No summary for method drawNodes()
error 36 No summary for property $eventIdentifier
error 41 No summary for property $cache
error 46 No summary for property $event
error 51 No summary for property $manipulator
error 56 No summary for property $vars
error 61 No summary for property $varTranslator
error 66 No summary for property $varTranslation

Draw/Helper/Translate.php 9

Type Line Description
error 39 No summary for method __construct()
error 48 No summary for method setTranslator()
error 59 No summary for method drawNodes()
error 83 No summary for method translateValue()
error 103 No summary for method translateAttribNodes()
error 123 No summary for method resolveTextDomain()
error 134 No summary for method resolveLocale()
error 145 No summary for method resetVarTranslation()
error 34 No summary for property $translator

Draw/Helper/Element.php 1

Type Line Description
error 29 No summary for method __invoke()

Draw/Helper/Pagination.php 7

Type Line Description
error 140 No summary for method __construct()
error 150 No summary for method addParam()
error 161 No summary for method drawNodes()
error 210 No summary for method drawEmpty()
error 30 No summary for property $defaultSpec
error 129 No summary for property $params
error 134 No summary for property $services

Draw/Helper/Absolutize.php 5

Type Line Description
error 43 No summary for method __construct()
error 55 No summary for method drawNodes()
error 80 No summary for method resolveServerUrl()
error 32 No summary for property $serverUrl
error 37 No summary for property $basePath

Draw/Helper/Absolutize/AbsolutizeLocator.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Draw\Helper\Absolutize\AbsolutizeLocator

Draw/Helper/HelperInterface.php 3

Type Line Description
error 24 No summary for method __invoke()
error 37 No summary for method getVars()
error 43 No summary for method setVars()

Draw/Helper/Form.php 20

Type Line Description
error 87 No summary for method __construct()
error 109 No summary for method __invoke()
error 136 No summary for method getFormEvent()
error 148 No summary for method setFormEvent()
error 158 No summary for method setTranslatorTextDomain()
error 169 No summary for method setRenderErrors()
error 180 No summary for method createForm()
error 230 No summary for method resolveRouteFormAction()
error 275 No summary for method drawNodes()
error 338 Argument $nodes is missing from the Docblock of matchTemplate
error 338 Argument $form is missing from the Docblock of matchTemplate
error 338 No summary for method matchTemplate()
error 40 No summary for property $formEvent
error 45 No summary for property $forms
error 50 No summary for property $formRow
error 55 No summary for property $formElement
error 60 No summary for property $formElementErrors
error 65 No summary for property $formCollection
error 70 No summary for property $url
error 75 No summary for property $instructionsRenderer

Draw/LoopHelper/HelperInterface.php 2

Type Line Description
error 18 No summary for interface \WebinoDraw\Draw\LoopHelper\HelperInterface
error 24 No summary for method __invoke()

Draw/LoopHelper/ItemProperty.php 3

Type Line Description
error 19 No summary for class \WebinoDraw\Draw\LoopHelper\ItemProperty
error 25 Argument $loopArgument is missing from the Docblock of __invoke
error 25 Argument $options is missing from the Docblock of __invoke

Draw/LoopHelper/ElementWrapper.php 3

Type Line Description
error 19 No summary for class \WebinoDraw\Draw\LoopHelper\ElementWrapper
error 25 Argument $loopArgument is missing from the Docblock of __invoke
error 25 Argument $options is missing from the Docblock of __invoke

Dom/Locator.php 6

Type Line Description
error 31 No summary for method __construct()
error 42 No summary for method set()
error 65 No summary for method locate()
error 77 No summary for method merge()
error 102 No summary for method normalizeLocator()
error 25 No summary for property $transformator

Dom/Text.php 1

Type Line Description
error 41 No summary for method isEmpty()

Dom/Locator/Transformator.php 6

Type Line Description
error 21 No summary for class \WebinoDraw\Dom\Locator\Transformator
error 32 No summary for method __construct()
error 40 No summary for method getStrategyFactory()
error 53 No summary for method setStrategyFactory()
error 63 No summary for method offsetGet()
error 27 No summary for property $strategyFactory

Dom/Locator/Strategy/CssStrategy.php 1

Type Line Description
error 25 No summary for method locator2Xpath()

Dom/Locator/Strategy/XpathStrategy.php 2

Type Line Description
error 18 No summary for class \WebinoDraw\Dom\Locator\Strategy\XpathStrategy
error 24 No summary for method locator2Xpath()

Dom/Locator/LocatorAwareInterface.php 2

Type Line Description
error 20 Argument $locator is missing from the Docblock of setLocator
error 20 No summary for method setLocator()

Dom/Locator/LocatorAwareTrait.php 3

Type Line Description
error 29 No summary for method getLocator()
error 43 No summary for method setLocator()
error 24 No summary for property $locator

Dom/Locator/TransformatorInterface.php 2

Type Line Description
error 16 No summary for interface \WebinoDraw\Dom\Locator\TransformatorInterface
error 22 No summary for method locator2Xpath()

Dom/Attr.php 1

Type Line Description
error 37 No summary for method isEmpty()

Dom/Document.php 6

Type Line Description
error 30 No summary for method __construct()
error 41 No summary for method getXpath()
error 53 No summary for method setXpath()
error 62 No summary for method getDocumentElement()
error 72 No summary for method loadHTML()
error 24 No summary for property $xpath

Dom/Element.php 3

Type Line Description
error 38 No summary for method query()
error 122 No summary for method isEmpty()
error 145 No summary for method appendHtml()

Dom/Factory/LocatorStrategyFactory.php 2

Type Line Description
error 18 No summary for class \WebinoDraw\Dom\Factory\LocatorStrategyFactory
error 37 No summary for method createStrategy()

Dom/Factory/NodeListFactory.php 3

Type Line Description
error 31 No summary for method __construct()
error 41 No summary for method create()
error 26 No summary for property $locator

Dom/NodeTrait.php 5

Type Line Description
error 29 No summary for method setOnReplace()
error 38 No summary for method getOwnerDocument()
error 46 No summary for method getParentNode()
error 56 No summary for method replaceWith()
error 23 No summary for property $onReplace

Dom/NodeList.php 7

Type Line Description
error 41 No summary for method __construct()
error 51 No summary for method create()
error 59 No summary for method getNodes()
error 72 No summary for method setNodes()
error 99 No summary for method getIterator()
error 30 No summary for property $nodes
error 35 No summary for property $locator

Instructions/InstructionsRenderer.php 15

Type Line Description
error 70 No summary for method __construct()
error 90 Argument $node is missing from the Docblock of render
error 90 Argument $instructions is missing from the Docblock of render
error 90 Argument $vars is missing from the Docblock of render
error 143 No summary for method createNodeSpec()
error 156 No summary for method drawNodes()
error 168 No summary for method resolveIsNodeDisabled()
error 178 No summary for method resolveIsEmptyNodes()
error 189 No summary for method subInstructions()
error 211 No summary for method expandInstructions()
error 41 No summary for property $drawHelpers
error 46 No summary for property $locator
error 51 No summary for property $nodeListFactory
error 56 No summary for property $instructionsFactory
error 61 No summary for property $drawOptions

Instructions/Instructions.php 2

Type Line Description
error 30 No summary for method __construct()
error 39 No summary for method exchangeArray()

Instructions/InstructionsRendererInterface.php 1

Type Line Description
error 18 No summary for interface \WebinoDraw\Instructions\InstructionsRendererInterface

Instructions/ProfilingInstructionsRenderer.php 11

Type Line Description
error 31 No summary for method getProfiler()
error 43 No summary for method setProfiler()
error 52 Argument $specs is missing from the Docblock of createNodeSpec
error 62 Argument $node is missing from the Docblock of resolveIsNodeDisabled
error 62 Argument $spec is missing from the Docblock of resolveIsNodeDisabled
error 72 Argument $nodes is missing from the Docblock of resolveIsEmptyNodes
error 81 Argument $nodes is missing from the Docblock of drawNodes
error 81 Argument $helper is missing from the Docblock of drawNodes
error 81 Argument $spec is missing from the Docblock of drawNodes
error 81 Argument $vars is missing from the Docblock of drawNodes
error 26 No summary for property $profiler

Instructions/InstructionsInterface.php 1

Type Line Description
error 16 No summary for interface \WebinoDraw\Instructions\InstructionsInterface

Module.php 2

Type Line Description
error 37 No summary for method init()
error 113 No summary for method getConfig()

Stdlib/ArrayMergeInterface.php 2

Type Line Description
error 18 No summary for interface \WebinoDraw\Stdlib\ArrayMergeInterface
error 24 No summary for method merge()

Stdlib/ArrayFetchInterface.php 1

Type Line Description
error 18 No summary for interface \WebinoDraw\Stdlib\ArrayFetchInterface

Service/DrawProfiler.php 19

Type Line Description
error 43 No summary for method __construct()
error 51 No summary for method getData()
error 64 No summary for method getTotalTime()
error 73 No summary for method beginNodeRender()
error 94 Argument $nodes is missing from the Docblock of beginNodesDraw
error 94 Argument $helper is missing from the Docblock of beginNodesDraw
error 94 Argument $spec is missing from the Docblock of beginNodesDraw
error 94 Argument $vars is missing from the Docblock of beginNodesDraw
error 94 No summary for method beginNodesDraw()
error 102 Argument $nodes is missing from the Docblock of finishNodesDraw
error 102 Argument $helper is missing from the Docblock of finishNodesDraw
error 102 Argument $spec is missing from the Docblock of finishNodesDraw
error 102 Argument $vars is missing from the Docblock of finishNodesDraw
error 102 No summary for method finishNodesDraw()
error 116 No summary for method createKey()
error 23 No summary for property $n
error 28 No summary for property $debugger
error 33 No summary for property $data
error 38 No summary for property $totalTime

Service/DrawService.php 10

Type Line Description
error 53 No summary for method __construct()
error 62 No summary for method getOptions()
error 70 No summary for method getInstructions()
error 79 No summary for method setInstructions()
error 88 No summary for method clearInstructions()
error 130 No summary for method createXmlDom()
error 142 No summary for method drawDom()
error 32 No summary for property $eventIdentifier
error 42 No summary for property $options
error 47 No summary for property $instructionsRenderer

Ajax/FragmentXpath.php 5

Type Line Description
error 18 No summary for class \WebinoDraw\Ajax\FragmentXpath
error 28 No summary for method __construct()
error 39 No summary for method set()
error 52 No summary for method __toString()
error 23 No summary for property $content

Ajax/Json.php 3

Type Line Description
error 18 No summary for class \WebinoDraw\Ajax\Json
error 24 No summary for method merge()
error 33 No summary for method jsonSerialize()

Options/ModuleOptions.php 12

Type Line Description
error 51 No summary for method getInstructions()
error 63 No summary for method setInstructions()
error 72 No summary for method getInstructionSet()
error 81 No summary for method setInstructionSet()
error 104 No summary for method getAjaxContainerXpath()
error 113 No summary for method setAjaxContainerXpath()
error 122 No summary for method getAjaxFragmentXpath()
error 132 No summary for method setAjaxFragmentXpath()
error 30 No summary for property $instructions
error 35 No summary for property $instructionSet
error 40 No summary for property $ajaxContainerXpath
error 45 No summary for property $ajaxFragmentXpath

View/Strategy/AbstractDrawStrategy.php 4

Type Line Description
error 34 No summary for method __construct()
error 43 No summary for method attach()
error 52 No summary for method shouldRespond()
error 29 No summary for property $draw

View/Strategy/DrawStrategy.php 2

Type Line Description
error 31 No summary for method injectResponse()
error 84 No summary for method resolveIsXml()

View/Strategy/AbstractDrawAjaxStrategy.php 6

Type Line Description
error 39 No summary for method getEvent()
error 50 No summary for method setEvent()
error 78 No summary for method injectResponse()
error 109 No summary for method respond()
error 29 No summary for property $event
error 34 No summary for property $eventIdentifier

View/Strategy/DrawAjaxJsonStrategy.php 1

Type Line Description
error 51 No summary for method respond()

View/Strategy/DrawAjaxHtmlStrategy.php 1

Type Line Description
error 51 No summary for method respond()

View/Helper/EscapeHtmlTrait.php 3

Type Line Description
error 28 No summary for method getEscapeHtml()
error 40 No summary for method setEscapeHtml()
error 23 No summary for property $escapeHtml

View/Renderer/NotPhpRenderer.php 3

Type Line Description
error 38 Argument $nameOrModel is missing from the Docblock of render
error 38 Argument $values is missing from the Docblock of render
error 84 Argument $template is missing from the Docblock of addTemplate

View/Renderer/DrawRenderer.php 6

Type Line Description
error 22 No summary for class \WebinoDraw\View\Renderer\DrawRenderer
error 38 No summary for method __construct()
error 47 No summary for method getEngine()
error 56 No summary for method setResolver()
error 27 No summary for property $draw
error 32 No summary for property $renderer

Factory/DrawServiceFactory.php 1

Type Line Description
error 28 No summary for method createService()

Factory/AjaxFragmentListenerFactory.php 1

Type Line Description
error 26 No summary for method createService()

Factory/OnVarOperationFactory.php 1

Type Line Description
error 26 No summary for method createService()

Factory/AbstractInstructionsRendererFactory.php 1

Type Line Description
error 34 No summary for method createService()

Factory/ManipulatorFactory.php 1

Type Line Description
error 31 No summary for method createService()

Factory/DrawRendererFactory.php 1

Type Line Description
error 27 No summary for method createService()

Factory/VarTranslatorFactory.php 1

Type Line Description
error 29 No summary for method createService()

Factory/ModuleOptionsFactory.php 1

Type Line Description
error 27 No summary for method createService()

Factory/DomLocatorFactory.php 1

Type Line Description
error 26 No summary for method createService()

Factory/DrawProfilerFactory.php 1

Type Line Description
error 27 No summary for method createService()

Factory/ProfilingInstructionsRendererFactory.php 1

Type Line Description
error 30 Argument $services is missing from the Docblock of createService

Factory/DrawStrategyFactory.php 1

Type Line Description
error 29 No summary for method createService()

Factory/DrawCacheStorageFactory.php 1

Type Line Description
error 26 No summary for method createService()

Factory/HelperFactory/FormFactory.php 1

Type Line Description
error 28 No summary for method createService()

Factory/HelperFactory/AbsolutizeFactory.php 1

Type Line Description
error 26 No summary for method createService()

Factory/HelperFactory/TranslateFactory.php 1

Type Line Description
error 27 No summary for method createService()

Factory/HelperFactory/PaginationFactory.php 1

Type Line Description
error 26 No summary for method createService()

Factory/DrawCacheFactory.php 1

Type Line Description
error 26 No summary for method createService()

Factory/InstructionsFactory.php 1

Type Line Description
error 24 No summary for method create()

Config/InstructionsetAutoloader.php 4

Type Line Description
error 32 No summary for method __construct()
error 40 No summary for method load()
error 71 No summary for method createDirIterator()
error 27 No summary for property $dir

Exception/LogicException.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Exception\LogicException

Exception/InvalidLoopHelperException.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Exception\InvalidLoopHelperException

Exception/InvalidLoopHelperOptionException.php 9

Type Line Description
error 18 No summary for class \WebinoDraw\Exception\InvalidLoopHelperOptionException
error 25 Name of argument $option does not match with the DocBlock's name $message in __construct()
error 25 Name of argument $spec does not match with the DocBlock's name $code in __construct()
error 25 The type hint of the argument is incorrect for the type definition of the @param tag with argument $spec in __construct()
error 25 Name of argument $code does not match with the DocBlock's name $previous in __construct()
error 25 The type hint of the argument is incorrect for the type definition of the @param tag with argument $code in __construct()
error 25 Argument $previous is missing from the Docblock of __construct
notice 25 Parameter $message could not be found in __construct()
error 25 No summary for method __construct()

Exception/InvalidInstructionException.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Exception\InvalidInstructionException

Exception/ExceptionalDrawExceptionInterface.php 1

Type Line Description
error 21 No summary for method getDrawVariables()

Exception/MissingPropertyException.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Exception\MissingPropertyException

Exception/ExceptionInterface.php 1

Type Line Description
error 16 No summary for interface \WebinoDraw\Exception\ExceptionInterface

Exception/DrawException.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Exception\DrawException

Exception/UnexpectedValueException.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Exception\UnexpectedValueException

Exception/InvalidHelperException.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Exception\InvalidHelperException

Exception/RuntimeException.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Exception\RuntimeException

Exception/OutOfBoundsException.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Exception\OutOfBoundsException

Exception/ExceptionalDrawExceptionTrait.php 3

Type Line Description
error 26 No summary for method getDrawVariables()
error 35 No summary for method setDrawVariables()
error 21 No summary for property $drawVariables

Exception/InvalidArgumentException.php 1

Type Line Description
error 16 No summary for class \WebinoDraw\Exception\InvalidArgumentException

VarTranslator/VarTranslator.php 6

Type Line Description
error 55 No summary for method __construct()
error 92 No summary for method apply()
error 141 No summary for method createTranslation()
error 31 No summary for property $filter
error 36 No summary for property $helper
error 41 No summary for property $onVar

VarTranslator/Operation/OnVar/LessThan.php 3

Type Line Description
error 16 No summary for class \WebinoDraw\VarTranslator\Operation\OnVar\LessThan
error 21 Argument $value is missing from the Docblock of __invoke
error 21 Argument $expected is missing from the Docblock of __invoke

VarTranslator/Operation/OnVar/GreaterThan.php 3

Type Line Description
error 16 No summary for class \WebinoDraw\VarTranslator\Operation\OnVar\GreaterThan
error 21 Argument $value is missing from the Docblock of __invoke
error 21 Argument $expected is missing from the Docblock of __invoke

VarTranslator/Operation/OnVar/NotEqualTo.php 3

Type Line Description
error 16 No summary for class \WebinoDraw\VarTranslator\Operation\OnVar\NotEqualTo
error 21 Argument $value is missing from the Docblock of __invoke
error 21 Argument $expected is missing from the Docblock of __invoke

VarTranslator/Operation/OnVar/PluginInterface.php 2

Type Line Description
error 16 No summary for interface \WebinoDraw\VarTranslator\Operation\OnVar\PluginInterface
error 22 No summary for method __invoke()

VarTranslator/Operation/OnVar/IsNumeric.php 2

Type Line Description
error 21 Argument $value is missing from the Docblock of __invoke
error 21 Argument $expected is missing from the Docblock of __invoke

VarTranslator/Operation/OnVar/EqualTo.php 3

Type Line Description
error 16 No summary for class \WebinoDraw\VarTranslator\Operation\OnVar\EqualTo
error 21 Argument $value is missing from the Docblock of __invoke
error 21 Argument $expected is missing from the Docblock of __invoke

VarTranslator/Operation/Filter.php 3

Type Line Description
error 30 No summary for method __construct()
error 62 No summary for method iterateFilterSpec()
error 25 No summary for property $filters

VarTranslator/Operation/OnVar.php 4

Type Line Description
error 31 No summary for method setPlugin()
error 45 No summary for method apply()
error 66 No summary for method invokePlugins()
error 25 No summary for property $plugins

VarTranslator/Operation/Helper.php 4

Type Line Description
error 32 No summary for method __construct()
error 67 No summary for method iterateHelperSpec()
error 111 No summary for method callCallableHelper()
error 27 No summary for property $helpers

VarTranslator/Translation.php 6

Type Line Description
error 96 No summary for method merge()
error 106 No summary for method unsetKeys()
error 119 No summary for method getVarTranslation()
error 128 No summary for method makeExtraVarKey()
error 285 No summary for method mergeValues()
error 322 No summary for method setDefault()

Mvc/Service/HttpViewManagerFactory.php 2

Type Line Description
error 20 No summary for class \WebinoDraw\Mvc\Service\HttpViewManagerFactory
error 25 Argument $services is missing from the Docblock of createService

Mvc/View/Http/ViewManager.php 1

Type Line Description
error 19 No summary for class \WebinoDraw\Mvc\View\Http\ViewManager

Manipulator/Manipulator.php 7

Type Line Description
error 37 No summary for method __construct()
error 48 No summary for method setPlugin()
error 58 No summary for method manipulate()
error 106 No summary for method createPluginArgument()
error 116 No summary for method eachPlugin()
error 27 No summary for property $varTranslator
error 32 No summary for property $plugins

Manipulator/Plugin/PluginArgument.php 22

Type Line Description
error 22 No summary for class \WebinoDraw\Manipulator\Plugin\PluginArgument
error 62 No summary for method getHelper()
error 71 No summary for method setHelper()
error 80 No summary for method getNode()
error 89 No summary for method setNode()
error 98 No summary for method getNodes()
error 107 No summary for method setNodes()
error 116 No summary for method getSpec()
error 125 No summary for method setSpec()
error 134 No summary for method getTranslation()
error 143 No summary for method setTranslation()
error 152 No summary for method getVarTranslation()
error 161 No summary for method setVarTranslation()
error 170 No summary for method isManipulationStopped()
error 179 No summary for method stopManipulation()
error 27 No summary for property $helper
error 32 No summary for property $node
error 37 No summary for property $nodes
error 42 No summary for property $spec
error 47 No summary for property $translation
error 52 No summary for property $varTranslation
error 57 No summary for property $stopManipulation

Manipulator/Plugin/Fragments.php 3

Type Line Description
error 31 No summary for method __construct()
error 39 No summary for method inLoop()
error 26 No summary for property $locator

Manipulator/Plugin/InLoopPluginInterface.php 2

Type Line Description
error 16 No summary for interface \WebinoDraw\Manipulator\Plugin\InLoopPluginInterface
error 21 No summary for method inLoop()

Manipulator/Plugin/OnEmpty.php 4

Type Line Description
error 18 No summary for class \WebinoDraw\Manipulator\Plugin\OnEmpty
error 28 No summary for method __construct()
error 36 No summary for method inLoop()
error 23 No summary for property $instructionsRenderer

Manipulator/Plugin/Replace.php 1

Type Line Description
error 27 No summary for method inLoop()

Manipulator/Plugin/Value.php 1

Type Line Description
error 28 No summary for method inLoop()

Manipulator/Plugin/PluginInterface.php 1

Type Line Description
error 16 No summary for interface \WebinoDraw\Manipulator\Plugin\PluginInterface

Manipulator/Plugin/SubInstructions.php 4

Type Line Description
error 20 No summary for class \WebinoDraw\Manipulator\Plugin\SubInstructions
error 30 No summary for method __construct()
error 38 No summary for method inLoop()
error 25 No summary for property $instructionsRenderer

Manipulator/Plugin/Loop.php 11

Type Line Description
error 47 No summary for method __construct()
error 60 No summary for method preLoop()
error 97 No summary for method preLoopInternal()
error 175 No summary for method nothingToLoop()
error 209 No summary for method nodesLoop()
error 254 No summary for method itemsLoop()
error 313 No summary for method invokeLoopHelpers()
error 337 No summary for method invokeLoopHelper()
error 30 No summary for property $instructionsRenderer
error 35 No summary for property $loopHelpers
error 40 No summary for property $cache

Manipulator/Plugin/Html.php 1

Type Line Description
error 25 No summary for method inLoop()

Manipulator/Plugin/ViewSnippet.php 1

Type Line Description
error 24 No summary for method inLoop()

Manipulator/Plugin/Render.php 3

Type Line Description
error 29 No summary for method __construct()
error 37 No summary for method inLoop()
error 24 No summary for property $renderer

Manipulator/Plugin/OnVar.php 5

Type Line Description
error 19 No summary for class \WebinoDraw\Manipulator\Plugin\OnVar
error 35 No summary for method __construct()
error 44 No summary for method inLoop()
error 24 No summary for property $varTranslator
error 29 No summary for property $instructionsRenderer

Manipulator/Plugin/Remove.php 4

Type Line Description
error 32 No summary for method __construct()
error 40 No summary for method inLoop()
error 71 No summary for method removeNodes()
error 27 No summary for property $locator

Manipulator/Plugin/Cdata.php 4

Type Line Description
error 20 No summary for class \WebinoDraw\Manipulator\Plugin\Cdata
error 30 No summary for method __construct()
error 38 No summary for method inLoop()
error 25 No summary for property $instructionsRenderer

Manipulator/Plugin/Attribs.php 1

Type Line Description
error 24 No summary for method inLoop()

Manipulator/Plugin/NodeTranslation.php 3

Type Line Description
error 18 No summary for class \WebinoDraw\Manipulator\Plugin\NodeTranslation
error 28 No summary for method inLoop()
error 23 No summary for property $lastNodeTranslation

Manipulator/Plugin/PreLoopPluginInterface.php 2

Type Line Description
error 16 No summary for interface \WebinoDraw\Manipulator\Plugin\PreLoopPluginInterface
error 22 No summary for method preLoop()

Manipulator/Plugin/VarTranslation.php 4

Type Line Description
error 18 No summary for class \WebinoDraw\Manipulator\Plugin\VarTranslation
error 28 No summary for method __construct()
error 36 No summary for method inLoop()
error 23 No summary for property $varTranslator

Manipulator/Plugin/AbstractPlugin.php 5

Type Line Description
error 20 No summary for class \WebinoDraw\Manipulator\Plugin\AbstractPlugin
error 27 No summary for method updateNodeVarTranslation()
error 38 No summary for method createNodeVarTranslationArray()
error 48 No summary for method createNodeTranslation()
error 65 No summary for method createNodeHtmlTranslation()

Manipulator/Plugin/PostLoopPluginInterface.php 2

Type Line Description
error 16 No summary for interface \WebinoDraw\Manipulator\Plugin\PostLoopPluginInterface
error 22 No summary for method postLoop()

ModuleManager/Feature/WebinoDrawLoopHelperProviderInterface.php 1

Type Line Description
error 16 No summary for interface \WebinoDraw\ModuleManager\Feature\WebinoDrawLoopHelperProviderInterface

ModuleManager/Feature/WebinoDrawHelperProviderInterface.php 1

Type Line Description
error 16 No summary for interface \WebinoDraw\ModuleManager\Feature\WebinoDrawHelperProviderInterface

Debugger/DrawPanel.php 6

Type Line Description
error 50 No summary for method init()
error 59 No summary for method getProfiler()
error 71 No summary for method setProfiler()
error 81 No summary for method dump()
error 40 No summary for property $profiler
error 45 No summary for property $title

Cache/DrawCache.php 7

Type Line Description
error 52 No summary for method __construct()
error 188 No summary for method createCacheKey()
error 217 No summary for method cacheKeyTrigger()
error 236 No summary for method createOnReplaceHandler()
error 37 No summary for property $cache
error 42 No summary for property $eventIdentifier
error 47 No summary for property $nodes

Listener/AjaxFragmentListener.php 6

Type Line Description
error 37 No summary for method __construct()
error 45 No summary for method attachShared()
error 57 No summary for method detachShared()
error 69 No summary for method ajaxFragment()
error 27 No summary for property $listeners
error 32 No summary for property $request

Form/View/Helper/FormRow.php 1

Type Line Description
error 28 No summary for method getElementHelper()

Form/View/Helper/FormElement.php 2

Type Line Description
error 35 Argument $name is missing from the Docblock of renderHelper
error 35 Argument $element is missing from the Docblock of renderHelper

Event/AjaxEvent.php 6

Type Line Description
error 42 No summary for method getJson()
error 54 No summary for method setJson()
error 75 No summary for method getFragmentXpath()
error 87 No summary for method setFragmentXpath()
error 32 No summary for property $json
error 37 No summary for property $fragmentXpath

Event/DrawFormEvent.php 3

Type Line Description
error 29 No summary for method getForm()
error 41 No summary for method setForm()
error 24 No summary for property $form

Event/DrawEvent.php 12

Type Line Description
error 45 No summary for method getHelper()
error 57 No summary for method setHelper()
error 67 No summary for method getNodes()
error 79 No summary for method setNodes()
error 89 No summary for method getSpec()
error 102 No summary for method setSpec()
error 129 No summary for method clearSpec()
error 140 No summary for method setVar()
error 153 No summary for method setVars()
error 29 No summary for property $helper
error 34 No summary for property $nodes
error 39 No summary for property $spec