This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
VendorSoftware
/
DoctrineExtensions
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Atzars:
master
Atzari
Tagi
master
DoctrineExte...
/
tests
/
Gedmo
/
Mapping
/
Fixture
/
Xml
/
SoftDeleteable.php
SoftDeleteable.php
106 B
Patstāvīgā saite
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
10
<?php
namespace Mapping\Fixture\Xml;
class SoftDeleteable
{
private $id;
private $deletedAt;
}