Ouzo\Injection\Binder::to PHP Метод

to() публичный Метод

public to ( $boundClassName )
    public function to($boundClassName)
    {
        $this->boundClassName = $boundClassName;
        return $this;
    }