PHP Class Studio\Package

Show file Open project: franzliedke/studio Class Usage Examples

Protected Properties

Property Type Description
$name
$path
$vendor

Public Methods

Method Description
__construct ( $vendor, $name, $path )
fromFolder ( $path )
getComposerId ( )
getName ( )
getPath ( )
getVendor ( )

Method Details

__construct() public method

public __construct ( $vendor, $name, $path )

fromFolder() public static method

public static fromFolder ( $path )

getComposerId() public method

public getComposerId ( )

getName() public method

public getName ( )

getPath() public method

public getPath ( )

getVendor() public method

public getVendor ( )

Property Details

$name protected property

protected $name

$path protected property

protected $path

$vendor protected property

protected $vendor