コード例 #1
0
ファイル: v2.php プロジェクト: helgi/Pyrus
 function isSubpackageOf(\Pyrus\PackageFileInterface $p)
 {
     return $p->isSubpackage($this);
 }