Jarves\Propel\JarvesBehavior::addExternalBasePreSelect PHP Method

addExternalBasePreSelect() protected method

protected addExternalBasePreSelect ( &$script )
    protected function addExternalBasePreSelect(&$script)
    {
        $script .= "\n    public function externalBasePreSelect(ConnectionInterface \$con){\n        return \$this->basePreSelect(\$con);\n    }\n";
    }