luya\base\Boot::setYiiPath PHP Method

setYiiPath() public method

Setter method for the base Yii file.
public setYiiPath ( string $baseYiiFile )
$baseYiiFile string The path to the Yii.php file.
    public function setYiiPath($baseYiiFile)
    {
        $this->_baseYiiFile = $baseYiiFile;
    }