Webiny\Component\Entity\Entity::setDatabase PHP Method

setDatabase() public method

Set entity database
public setDatabase ( Mongo $mongoDatabase )
$mongoDatabase Webiny\Component\Mongo\Mongo
    public function setDatabase(Mongo $mongoDatabase)
    {
        self::$database = $mongoDatabase;
    }