Destiny\Player::sAccount PHP Method

sAccount() protected method

protected sAccount ( Account $account )
$account Account
    protected function sAccount(Account $account)
    {
        $this->setCachedProperty('account', $account);
    }