\phpDocumentor\Transformer\EventPreTransformationEvent

Event happening prior to each individual transformation.

Summary

Methods
Properties
Constants
__construct()
create()
getTransformation()
getSubject()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$transformation
$subject
N/A

Properties

$transformation

$transformation : \phpDocumentor\Transformer\Transformation

Type

\phpDocumentor\Transformer\Transformation —

$subject

$subject : object

Type

object —

Methods

__construct()

__construct(object  $subject, \phpDocumentor\Transformer\Transformation  $transformation) : mixed

Parameters

object $subject
\phpDocumentor\Transformer\Transformation $transformation

Returns

mixed —

create()

create(object  $subject, \phpDocumentor\Transformer\Transformation  $transformation) : self

Parameters

object $subject
\phpDocumentor\Transformer\Transformation $transformation

Returns

self —

getTransformation()

getTransformation() : \phpDocumentor\Transformer\Transformation

Returns

\phpDocumentor\Transformer\Transformation —

getSubject()

getSubject() : object

Returns

object —