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

string

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

Returns

string

 Properties

 

the described file

$filePath : string

Default

 

the line of the file

$line : integer

Default