gossi\codegen\model\parts\InterfacesPart::hasInterfaces PHP Метод

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

Checks whether interfaces exists
public hasInterfaces ( ) : boolean
Результат boolean `true` if interfaces are available and `false` if not
    public function hasInterfaces()
    {
        return !$this->interfaces->isEmpty();
    }