PHP Class Studio\Parts\AbstractPart

Inheritance: implements Studio\Parts\PartInterface
ファイルを表示 Open project: franzliedke/studio

Protected Properties

Property Type Description
$input Studio\Parts\PartInputInterface

Public Methods

Method Description
setInput ( Studio\Parts\PartInputInterface $input )
setupPackage ( $composer, Studio\Filesystem\Directory $target )

Protected Methods

Method Description
copyTo ( $file, Studio\Filesystem\Directory $target, $targetName = null, Closure $handler = null )

Method Details

copyTo() protected method

protected copyTo ( $file, Studio\Filesystem\Directory $target, $targetName = null, Closure $handler = null )
$target Studio\Filesystem\Directory
$handler Closure

setInput() public method

public setInput ( Studio\Parts\PartInputInterface $input )
$input Studio\Parts\PartInputInterface

setupPackage() abstract public method

abstract public setupPackage ( $composer, Studio\Filesystem\Directory $target )
$target Studio\Filesystem\Directory

Property Details

$input protected_oe property

protected PartInputInterface,Studio\Parts $input
return Studio\Parts\PartInputInterface