Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
xshop/resources/views/segments/gallery/AparatGallery/AparatGallery.php

22 wiersze
311 B
PHP

<?php
namespace Resources\Views\Segments;
use App\Models\Part;
class AparatGallery
{
public static function onAdd(Part $part = null)
{
}
public static function onRemove(Part $part = null)
{
}
public static function onMount(Part $part = null)
{
return $part;
}
}