Microweber\View::__construct PHP Method

__construct() public method

public __construct ( $v )
    public function __construct($v)
    {
        $this->v = realpath($v);
    }