What does this code mean? Is this how you declare a pointer in php?
$this->entryId = $entryId;
entryId is an instance property of the current class ($this) And $entryId is a local variable