Analyzers/Docblock/AbstractReport.php

Last updated: 07/05/2017

Rylai\Analyzers\Docblock

Rylai\Analyzers\Docblock\AbstractReport
Report of analyzed file

Interfaces
Properties
Methods
  • public __construct()
  • public jsonSerialize()
    • @return array

    Serialize to json

  • protected _isAllowed($property)
    • @param string property
    • @return bool

    Test if property is allowed

  • public __isset($property)
    • @param string property
    • @return bool

    Test if property exists

  • public __set($property,$value)
    • @param string property
    • @param \any value

    Magic method for setter

  • public __get($property)
    • @param string property
    • @return \var

    Magic method for getter

  • public parse($target,phpDocumentor\Reflection\DocBlockFactory $factory)
    • @param mixed target
    • @param \DocBlockFactory factory
    • @return \DocumentorDocblock

    Parse target and read docblock

    We separated some standard tags like params,return,link ... in phpdocumentor for different arrays with special properties . Other tags will just be name,content pairs