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