ElggEntity::setContainerGUID PHP Method

setContainerGUID() public method

Set the container for this object.
public setContainerGUID ( integer $container_guid ) : boolean
$container_guid integer The ID of the container.
return boolean
    public function setContainerGUID($container_guid)
    {
        return $this->container_guid = (int) $container_guid;
    }