A settings place refers to an artifact's settings.
It can provide feature traceability for code that was generated from settings.
package |
Default |
inherited_from |
\FeaturePhp\Artifact\Place |
Methods
Creates a settings place.
__construct(\FeaturePhp\Artifact\Artifact $artifact)
inherited_from |
\FeaturePhp\Artifact\Place::__construct() |
Parameters
$artifact
\FeaturePhp\Artifact\Artifact
Creates a place.
__construct(string $filePath)
Inherited
Parameters
$filePath
string
Returns the place's file path.
getFilePath() : string
Inherited
Returns a summary of the settings place.
getSummary() : string
inherited_from |
\FeaturePhp\Artifact\Place::getSummary() |
Returns
string
Returns a summary of the place.
getSummary() : string
Inherited
Properties
the described file
$filePath : string
the artifact associated with the place
$artifact : \FeaturePhp\Artifact\Artifact