PHP Class Dingo\Blueprint\Section

Datei anzeigen Open project: dingo/blueprint

Public Methods

Method Description
getAttributes ( ) : Collection Get a sections attribute annotations.
getParameters ( ) : Collection Get a sections parameter annotations.

Protected Methods

Method Description
getAnnotationByType ( string $type ) : mixed Get an annotation by its type.

Method Details

getAnnotationByType() protected method

Get an annotation by its type.
protected getAnnotationByType ( string $type ) : mixed
$type string
return mixed

getAttributes() public method

Get a sections attribute annotations.
public getAttributes ( ) : Collection
return Illuminate\Support\Collection

getParameters() public method

Get a sections parameter annotations.
public getParameters ( ) : Collection
return Illuminate\Support\Collection