Storm\Drivers\Fluent\Object\Functional\DataBase::GetBodySource PHP Method

GetBodySource() final public method

final public GetBodySource ( )
    public final function GetBodySource()
    {
        if ($this->BodySource === null) {
            $this->LoadSource();
        }
        return $this->BodySource;
    }