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

Afficher le fichier Open project: laravelcollective/annotations

Méthodes publiques

Свойство Type Description
$binding array The binding the annotation binds the model to.

Méthodes publiques

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

Method Details

__construct() public méthode

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

Property Details

$binding public_oe property

The binding the annotation binds the model to.
public array $binding
Résultat array