Example #1
0
 /**
  * @param  string $name
  * @param  string $propertyPath
  * @return $this
  */
 public function keys($name, $propertyPath = null)
 {
     $this->definition->setKeyName($name);
     $this->definition->setKeyPropertyPath($propertyPath);
     return $this;
 }