A line place describes a line of an artifact's file.
It can provide feature traceability for lines of files.
package |
Default |
inherited_from |
\FeaturePhp\Artifact\Place |
Methods
Creates a line place.
__construct(string $filePath, integer $line)
inherited_from |
\FeaturePhp\Artifact\Place::__construct() |
Parameters
$filePath
string
$line
integer
Creates a place.
__construct(string $filePath)
Inherited
Parameters
$filePath
string
Returns the place's file path.
getFilePath() : string
Inherited
Returns a summary of the line 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 line of the file
$line : integer