isLocked() public method

{@inheritDoc}
public isLocked ( $absPath )
 /**
  * {@inheritDoc}
  */
 public function isLocked($absPath)
 {
     return $this->transport->isLocked($absPath);
 }