Pommo_Subscribers::make PHP Method

make() public method

return a subscriber object (array)
public make ( $in = [], $pending = FALSE )
    function &make($in = array(), $pending = FALSE)
    {
        $o = $pending ? Pommo_Type::subscriberPending() : Pommo_Type::subscriber();
        return Pommo_Api::getParams($o, $in);
    }