コード例 #1
0
ファイル: StringAssert.php プロジェクト: phogl/autoloader
 public function startsWith($prefix)
 {
     AssertAdapter::assertStringStartsWith($prefix, $this->_actual);
     return $this;
 }