ScaffoldResult
class ScaffoldResult (View source)
| internal |
Record the result of a scaffold operation.
Properties
| protected ScaffoldFilePath | $destination | The path to the scaffold file that was processed. |
|
| protected bool | $managed | Indicates if this scaffold file is managed by the scaffold command. |
Methods
bool
isManaged()
Determines whether this scaffold file is managed.
destination()
Gets the destination scaffold file that this result refers to.
Details
__construct(ScaffoldFilePath $destination, bool $isManaged = FALSE)
ScaffoldResult constructor.
bool
isManaged()
Determines whether this scaffold file is managed.
ScaffoldFilePath
destination()
Gets the destination scaffold file that this result refers to.