Skip to content

Commit

Permalink
add getItems() (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
temistokles authored and Olicek committed Mar 26, 2017
1 parent aaaa5f0 commit 11ee652
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Selectize.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@ public function setItems(array $items)
return $this->entity = $items;
}


/**
* Gets items
* @return array
*/
public function getItems() {
return $this->entity;
}


public function setValue($value)
{
Expand Down

0 comments on commit 11ee652

Please sign in to comment.