Actualización
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
interface HookPortfolioItemVisibilityEventInterface extends HookEventInterface
|
||||
{
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function notifyItemVisibility();
|
||||
}
|
||||
Reference in New Issue
Block a user