Scalr\Exception\LockedException::getLockedBy PHP Method

getLockedBy() public method

Gets the identifier of the User who locked the object
public getLockedBy ( ) : integer
return integer Returns the identifier of the User who locked the object
    public function getLockedBy()
    {
        return $this->lockedBy;
    }