Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StateInterface.php
Go to the documentation of this file.
1 <?php
7 
12 interface StateInterface
13 {
17  const STATUS_WORKING = 'working';
18  const STATUS_VALID = 'valid';
19  const STATUS_INVALID = 'invalid';
20 
26  public function getIndexerId();
27 
34  public function setIndexerId($value);
35 
41  public function getStatus();
42 
48  public function getUpdated();
49 
56  public function setUpdated($value);
57 
64  public function loadByIndexer($indexerId);
65 
72  public function setStatus($status);
73 }
$value
Definition: gender.phtml:16
$status
Definition: order_status.php:8