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/card/NsCard/NsCard.php

22 wiersze
304 B
PHP

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