ElggEntity::getContainerGUID PHP Method

getContainerGUID() public method

Gets the container GUID for this entity.
public getContainerGUID ( ) : integer
return integer
    public function getContainerGUID()
    {
        return (int) $this->container_guid;
    }