mapdev\FacebookMessenger\Callback\Entry::__construct PHP Метод

__construct() публичный Метод

Entry constructor.
public __construct ( $entry )
$entry entry array object
    public function __construct($entry)
    {
        $this->id = Helper::array_find($entry, 'id');
        $this->time = Helper::array_find($entry, 'time');
        $this->_messaging = Helper::array_find($entry, 'messaging');
        $this->buildMessages();
    }