A chunk place describes a chunk of an artifact's file.
It can provide feature traceability for chunks of files.
package |
Default |
inherited_from |
\FeaturePhp\Artifact\Place |
Methods
Creates a chunk place.
__construct(string $filePath, integer $startLine, integer $endLine)
inherited_from |
\FeaturePhp\Artifact\Place::__construct() |
Parameters
$filePath
string
$startLine
integer
$endLine
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 chunk 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 last line of the chunk
$endLine : integer
the first line of the chunk
$startLine : integer