gossi\codegen\model\TraitsInterface::removeTrait PHP Method

removeTrait() public method

If the trait is passed as PhpTrait object, the trait is also removed from use statements.
public removeTrait ( PhpTrait | string $trait )
$trait PhpTrait | string trait or qualified name
    public function removeTrait($trait);