1 2 3 4 5 6 7 8
<?php use OCP\NamespaceName as SubAlias; /** * Class BadClass - creating an instance of a blacklisted class is not allowed */ SubAlias\ClassName::CONSTANT_NAME;