Snipe-IT
Open Source Asset Management
FEATURES
DEMO
DOWNLOAD
DOCUMENTATION
HOSTED SOLUTION
SUPPORT
Intro
Namespaces
Classes
Files
Misc
snipe-it
app
Models
ICompanyableChild.php
Go to the documentation of this file.
1
<?php
2
namespace
App\Models
;
3
4
interface
ICompanyableChild
5
{
6
public
function
getCompanyableParents
();
7
}
App\Models\ICompanyableChild
Definition:
ICompanyableChild.php:4
App\Models
Definition:
Accessory.php:2
App\Models\ICompanyableChild\getCompanyableParents
getCompanyableParents()