Rev 62 | Rev 65 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 62 | Rev 63 | ||
|---|---|---|---|
| Line 49... | Line 49... | ||
| 49 | /**
|
49 | /**
|
| 50 | * Creates a new model object
|
50 | * Creates a new model object
|
| 51 | *
|
51 | *
|
| 52 | * @see AbstractModel::__construct()
|
52 | * @see AbstractModel::__construct()
|
| 53 | */
|
53 | */
|
| - | 54 | public function __construct ( |
|
| 54 | public function __construct (array $data = null, array $mapping = null) |
55 | array $data = null, array $mapping = null, $exclusiveMapping = false) |
| 55 | {
|
56 | {
|
| 56 | parent::__construct($data, $mapping); |
57 | parent::__construct($data, $mapping, $exclusiveMapping); |
| 57 | }
|
58 | }
|
| 58 | 59 | ||
| 59 | public function getPersistentTable () |
60 | public function getPersistentTable () |
| 60 | {
|
61 | {
|
| 61 | $class = \get_class($this); |
62 | $class = \get_class($this); |