PHP Class Collective\Annotations\Database\Eloquent\Annotations\Annotations\Bind

Show file Open project: laravelcollective/annotations

Public Properties

Property Type Description
$binding array The binding the annotation binds the model to.

Public Methods

Method Description
__construct ( array $values = [] ) : void Create a new annotation instance.

Method Details

__construct() public method

Create a new annotation instance.
public __construct ( array $values = [] ) : void
$values array
return void

Property Details

$binding public property

The binding the annotation binds the model to.
public array $binding
return array