Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Наследование инпутов. #1

Open
WebDev2030 opened this issue Dec 5, 2018 · 0 comments
Open

Наследование инпутов. #1

WebDev2030 opened this issue Dec 5, 2018 · 0 comments

Comments

@WebDev2030
Copy link

WebDev2030 commented Dec 5, 2018

Доброго времени суток, Павел.
Пытаюсь унаследовать в своем классе ваш класс Rover\Fadmin\Inputs\File.

namespace Sva\Settings\Inputs;

use Rover\Fadmin\Inputs\File;
use Rover\Fadmin\Options;

class Banner extends File
{

}

При использовании класса получаю ошибку:

Class "Rover\Fadmin\Inputs\Banner" not found!

В классе input на 178 строке
$className = __NAMESPACE__ . '\\' . ucfirst($params['type']);
Получается использование классов из другого namespace нельзя, но в своем модуле я не могу использовать ваш namespace т.к. тогда битрикс не подгружает класс.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant