pub struct Analytics { /* private fields */ }Implementations§
Source§impl Analytics
impl Analytics
pub fn sales_summary(&self, days: Option<i64>) -> PhpResult<SalesSummary>
Trait Implementations§
Source§impl<'a> FromZendObject<'a> for &'a Analytics
impl<'a> FromZendObject<'a> for &'a Analytics
Source§fn from_zend_object(obj: &'a ZendObject) -> Result<Self>
fn from_zend_object(obj: &'a ZendObject) -> Result<Self>
Extracts
Self from the source ZendObject.Source§impl<'a> FromZendObjectMut<'a> for &'a mut Analytics
impl<'a> FromZendObjectMut<'a> for &'a mut Analytics
Source§fn from_zend_object_mut(obj: &'a mut ZendObject) -> Result<Self>
fn from_zend_object_mut(obj: &'a mut ZendObject) -> Result<Self>
Extracts
Self from the source ZendObject.Source§impl<'a> FromZvalMut<'a> for &'a mut Analytics
impl<'a> FromZvalMut<'a> for &'a mut Analytics
Source§impl IntoZendObject for Analytics
impl IntoZendObject for Analytics
Source§fn into_zend_object(self) -> Result<ZBox<ZendObject>>
fn into_zend_object(self) -> Result<ZBox<ZendObject>>
Attempts to convert
self into a Zend object.Source§impl IntoZval for Analytics
impl IntoZval for Analytics
Source§impl RegisteredClass for Analytics
impl RegisteredClass for Analytics
Source§const CLASS_NAME: &'static str = "StateSet\\Analytics"
const CLASS_NAME: &'static str = "StateSet\\Analytics"
PHP class name of the registered class.
Source§const CONSTRUCTOR: Option<ConstructorMeta<Self>> = None
const CONSTRUCTOR: Option<ConstructorMeta<Self>> = None
Optional class constructor.
Source§fn get_metadata() -> &'static ClassMetadata<Self>
fn get_metadata() -> &'static ClassMetadata<Self>
Returns a reference to the class metadata, which stores the class entry
and handlers. Read more
Auto Trait Implementations§
impl Freeze for Analytics
impl RefUnwindSafe for Analytics
impl Send for Analytics
impl Sync for Analytics
impl Unpin for Analytics
impl UnsafeUnpin for Analytics
impl UnwindSafe for Analytics
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more