Ejemplo n.º 1
0
 public function startsWith($prefix)
 {
     AssertAdapter::assertStringStartsWith($prefix, $this->_actual);
     return $this;
 }