checkoutItem() public method

{@inheritDoc}
public checkoutItem ( $path )
 /**
  * {@inheritDoc}
  */
 public function checkoutItem($path)
 {
     $this->transport->checkoutItem($path);
 }