Jackalope\Transport\VersioningInterface::checkinItem PHP Method

checkinItem() public method

Check-in item at path.
See also: VersionManager::checkin
public checkinItem ( string $path ) : string
$path string absolute path to the node
return string path to the new version
    public function checkinItem($path);