Beispiel #1
0
 /**
  * @param  string $name
  * @return string
  */
 public function getAttribute($name)
 {
     return $this->crawler->getAttribute($this->id, $name);
 }