Пример #1
0
 /**
  * @param NetForce $provider
  * @param array $attributes
  */
 public function __construct(NetForce $provider, array $attributes, array $scopes = null)
 {
     parent::__construct($attributes);
     $this->provider = $provider;
     $this->scopes = $scopes;
 }